Searched defs:Int4 (Results  1 – 4 of 4) sorted by relevance
| /frameworks/rs/support/java/src/androidx/renderscript/ | 
| D | Int4.java | 31 public class Int4 {  class32     public Int4() {  in Int4()  method in Int4
 35     public Int4(int initX, int initY, int initZ, int initW) {  in Int4()  method in Int4
 
 | 
| /frameworks/base/rs/java/android/renderscript/ | 
| D | Int4.java | 28 public class Int4 {  class34     public Int4() {  in Int4()  method in Int4
 38     public Int4(int i) {  in Int4()  method in Int4
 42     public Int4(int x, int y, int z, int w) {  in Int4()  method in Int4
 50     public Int4(Int4 source) {  in Int4()  method in Int4
 
 | 
| /frameworks/rs/toolkit/test/ | 
| D | BufferUtils.kt | 35 class Int4(  class
 | 
| /frameworks/rs/cpp/ | 
| D | rsCppStructs.h | 209   Int4(int initX, int initY, int initZ, int initW)  in Int4()  function211   Int4() : x(0), y(0), z(0), w(0) {}  in Int4()  function
 
 |