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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DByte4.java27 public class Byte4 { class
28 public Byte4() { method in class:Byte4
31 public Byte4(byte initX, byte initY, byte initZ, byte initW) { method in class:Byte4
/frameworks/base/rs/java/android/renderscript/
H A DByte4.java24 public class Byte4 { class
30 public Byte4() { method in class:Byte4
33 public Byte4(byte initX, byte initY, byte initZ, byte initW) { method in class:Byte4
40 public Byte4(Byte4 source) { method in class:Byte4
52 public void add(Byte4 a) {
66 public static Byte4 add(Byte4 a, Byte4 b) {
67 Byte4 resul
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h2027 class Byte4 { class in namespace:android::RSC
2031 Byte4(int8_t initX, int8_t initY, int8_t initZ, int8_t initW) function in class:android::RSC::Byte4
2033 Byte4() : x(0), y(0), z(0), w(0) {} function in class:android::RSC::Byte4

Completed in 105 milliseconds