Home
last modified time | relevance | path

Searched defs:Int3 (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DInt3.java27 public class Int3 { class
28 public Int3() { in Int3() method in Int3
31 public Int3(int initX, int initY, int initZ) { in Int3() method in Int3
/frameworks/base/rs/java/android/renderscript/
DInt3.java23 public class Int3 { class
28 public Int3() { in Int3() method in Int3
32 public Int3(int i) { in Int3() method in Int3
36 public Int3(int x, int y, int z) { in Int3() method in Int3
43 public Int3(Int3 source) { in Int3() method in Int3
/frameworks/rs/cpp/
DrsCppStructs.h2235 Int3(int initX, int initY, int initZ) in Int3() function
2237 Int3() : x(0), y(0), z(0) {} in Int3() function