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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DShort2.java24 * Class for exposing the native RenderScript Short2 type back to the Android system.
27 public class Short2 { class
28 public Short2() { method in class:Short2
31 public Short2(short initX, short initY) { method in class:Short2
/frameworks/base/rs/java/android/renderscript/
H A DShort2.java21 * Class for exposing the native RenderScript Short2 type back to the Android system.
26 public class Short2 { class
30 public Short2() { method in class:Short2
34 public Short2(short i) { method in class:Short2
38 public Short2(short x, short y) { method in class:Short2
44 public Short2(Short2 source) { method in class:Short2
54 public void add(Short2 a) {
66 public static Short2 add(Short2
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h2063 class Short2 { class in namespace:android::RSC
2067 Short2(short initX, short initY) function in class:android::RSC::Short2
2069 Short2() : x(0), y(0) {} function in class:android::RSC::Short2

Completed in 215 milliseconds