Home
last modified time | relevance | path

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

/frameworks/rs/support/java/src/android/support/v8/renderscript/
DShort4.java27 public class Short4 { class
28 public Short4() { in Short4() method in Short4
31 public Short4(short initX, short initY, short initZ, short initW) { in Short4() method in Short4
/frameworks/base/rs/java/android/renderscript/
DShort4.java23 public class Short4 { class
29 public Short4() { in Short4() method in Short4
33 public Short4(short i) { in Short4() method in Short4
37 public Short4(short x, short y, short z, short w) { in Short4() method in Short4
45 public Short4(Short4 source) { in Short4() method in Short4
/frameworks/rs/cpp/
DrsCppStructs.h155 Short4(short initX, short initY, short initZ, short initW) in Short4() function
157 Short4() : x(0), y(0), z(0), w(0) {} in Short4() function