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

/frameworks/base/graphics/java/android/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/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/rs/cpp/
H A DrsCppStructs.h2122 class Int4 { class in namespace:android::RSC
2126 Int4(int initX, int initY, int initZ, int initW) function in class:android::RSC::Int4
2128 Int4() : x(0), y(0), z(0), w(0) {} function in class:android::RSC::Int4

Completed in 215 milliseconds