Searched defs:Int4 (Results 1 - 3 of 3) sorted by relevance
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ | ||
H A D | Int4.java | 27 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 D | Int4.java | 23 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 D | rsCppStructs.h | 205 class Int4 { class in namespace:android::RSC 209 Int4(int initX, int initY, int initZ, int initW) function in class:android::RSC::Int4 211 Int4() : x(0), y(0), z(0), w(0) {} function in class:android::RSC::Int4 |
Completed in 1897 milliseconds