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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DShort4.java27 public class Short4 { class
28 public Short4() { method in class:Short4
31 public Short4(short initX, short initY, short initZ, short initW) { method in class:Short4
/frameworks/base/rs/java/android/renderscript/
H A DShort4.java23 public class Short4 { class
29 public Short4() { method in class:Short4
33 public Short4(short i) { method in class:Short4
37 public Short4(short x, short y, short z, short w) { method in class:Short4
45 public Short4(Short4 source) { method in class:Short4
57 public void add(Short4 a) {
71 public static Short4 add(Short4 a, Short4
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h2081 class Short4 { class in namespace:android::RSC
2085 Short4(short initX, short initY, short initZ, short initW) function in class:android::RSC::Short4
2087 Short4() : x(0), y(0), z(0), w(0) {} function in class:android::RSC::Short4

Completed in 116 milliseconds