Home
last modified time | relevance | path

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

/frameworks/rs/support/java/src/androidx/renderscript/
DShort3.java31 public class Short3 { class
32 public Short3() { in Short3() method in Short3
35 public Short3(short initX, short initY, short initZ) { in Short3() method in Short3
/frameworks/base/rs/java/android/renderscript/
DShort3.java28 public class Short3 { class
33 public Short3() { in Short3() method in Short3
37 public Short3(short i) { in Short3() method in Short3
41 public Short3(short x, short y, short z) { in Short3() method in Short3
48 public Short3(Short3 source) { in Short3() method in Short3
/frameworks/rs/cpp/
DrsCppStructs.h146 Short3(int16_t initX, int16_t initY, int16_t initZ) in Short3() function
148 Short3() : x(0), y(0), z(0) {} in Short3() function