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

/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DInt2.java27 public class Int2 { class
28 public Int2() { method in class:Int2
31 public Int2(int initX, int initY) { method in class:Int2
/frameworks/base/rs/java/android/renderscript/
H A DInt2.java23 public class Int2 { class
27 public Int2() { method in class:Int2
31 public Int2(int i) { method in class:Int2
35 public Int2(int x, int y) { method in class:Int2
41 public Int2(Int2 source) { method in class:Int2
51 public void add(Int2 a) {
63 public static Int2 add(Int2 a, Int2
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h187 class Int2 { class in namespace:android::RSC
191 Int2(int initX, int initY) function in class:android::RSC::Int2
193 Int2() : x(0), y(0) {} function in class:android::RSC::Int2

Completed in 2893 milliseconds