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

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

Completed in 93 milliseconds