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

/frameworks/base/graphics/java/android/renderscript/
H A DInt3.java27 public class Int3 { class
28 public Int3() { method in class:Int3
31 public Int3(int initX, int initY, int initZ) { method in class:Int3
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DInt3.java27 public class Int3 { class
28 public Int3() { method in class:Int3
31 public Int3(int initX, int initY, int initZ) { method in class:Int3
/frameworks/rs/cpp/
H A DrsCppStructs.h2113 class Int3 { class in namespace:android::RSC
2117 Int3(int initX, int initY, int initZ) function in class:android::RSC::Int3
2119 Int3() : x(0), y(0), z(0) {} function in class:android::RSC::Int3

Completed in 557 milliseconds