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

/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/base/rs/java/android/renderscript/
H A DByte3.java24 public class Byte3 { class
29 public Byte3() { method in class:Byte3
32 public Byte3(byte initX, byte initY, byte initZ) { method in class:Byte3
39 public Byte3(Byte3 source) { method in class:Byte3
50 public void add(Byte3 a) {
63 public static Byte3 add(Byte3 a, Byte3 b) {
64 Byte3 resul
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h2018 class Byte3 { class in namespace:android::RSC
2022 Byte3(int8_t initX, int8_t initY, int8_t initZ) function in class:android::RSC::Byte3
2024 Byte3() : x(0), y(0), z(0) {} function in class:android::RSC::Byte3

Completed in 67 milliseconds