Home
last modified time | relevance | path

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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DByte3.java27 public class Byte3 { class
28 public Byte3() { in Byte3() method in Byte3
31 public Byte3(byte initX, byte initY, byte initZ) { in Byte3() method in Byte3
/frameworks/base/rs/java/android/renderscript/
DByte3.java24 public class Byte3 { class
29 public Byte3() { in Byte3() method in Byte3
32 public Byte3(byte initX, byte initY, byte initZ) { in Byte3() method in Byte3
39 public Byte3(Byte3 source) { in Byte3() method in Byte3
/frameworks/rs/cpp/
DrsCppStructs.h2127 Byte3(int8_t initX, int8_t initY, int8_t initZ) in Byte3() function
2129 Byte3() : x(0), y(0), z(0) {} in Byte3() function