Home
last modified time | relevance | path

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

/frameworks/rs/support/java/src/androidx/renderscript/
DInt4.java27 public class Int4 { class
28 public Int4() { in Int4() method in Int4
31 public Int4(int initX, int initY, int initZ, int initW) { in Int4() method in Int4
/frameworks/base/rs/java/android/renderscript/
DInt4.java23 public class Int4 { class
29 public Int4() { in Int4() method in Int4
33 public Int4(int i) { in Int4() method in Int4
37 public Int4(int x, int y, int z, int w) { in Int4() method in Int4
45 public Int4(Int4 source) { in Int4() method in Int4
/frameworks/rs/cpp/
DrsCppStructs.h209 Int4(int initX, int initY, int initZ, int initW) in Int4() function
211 Int4() : x(0), y(0), z(0), w(0) {} in Int4() function