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

/frameworks/base/graphics/java/android/renderscript/
H A DByte3.java27 public class Byte3 { class
28 public Byte3() { method in class:Byte3
31 public Byte3(byte initX, byte initY, byte initZ) { method in class:Byte3
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DByte3.java27 public class Byte3 { class
28 public Byte3() { method in class:Byte3
31 public Byte3(byte initX, byte initY, byte initZ) { method in class:Byte3
/frameworks/rs/cpp/
H A DrsCppStructs.h2005 class Byte3 { class in namespace:android::RSC
2009 Byte3(int8_t initX, int8_t initY, int8_t initZ) function in class:android::RSC::Byte3
2011 Byte3() : x(0), y(0), z(0) {} function in class:android::RSC::Byte3

Completed in 91 milliseconds