Home
last modified time | relevance | path

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

/frameworks/rs/support/java/src/androidx/renderscript/
DByte2.java27 public class Byte2 { class
28 public Byte2() { in Byte2() method in Byte2
31 public Byte2(byte initX, byte initY) { in Byte2() method in Byte2
/frameworks/base/rs/java/android/renderscript/
DByte2.java24 public class Byte2 { class
28 public Byte2() { in Byte2() method in Byte2
31 public Byte2(byte initX, byte initY) { in Byte2() method in Byte2
37 public Byte2(Byte2 source) { in Byte2() method in Byte2
/frameworks/rs/cpp/
DrsCppStructs.h83 Byte2(int8_t initX, int8_t initY) in Byte2() function
85 Byte2() : x(0), y(0) {} in Byte2() function