Searched defs:Short3 (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DShort3.java27 public class Short3 { class
28 public Short3() { method in class:Short3
31 public Short3(short initX, short initY, short initZ) { method in class:Short3
/frameworks/base/rs/java/android/renderscript/
H A DShort3.java23 public class Short3 { class
28 public Short3() { method in class:Short3
32 public Short3(short i) { method in class:Short3
36 public Short3(short x, short y, short z) { method in class:Short3
43 public Short3(Short3 source) { method in class:Short3
54 public void add(Short3 a) {
67 public static Short3 add(Short3 a, Short3
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h2177 class Short3 { class in namespace:android::RSC
2181 Short3(short initX, short initY, short initZ) function in class:android::RSC::Short3
2183 Short3() : x(0), y(0), z(0) {} function in class:android::RSC::Short3

Completed in 220 milliseconds