Home
last modified time | relevance | path

Searched refs:Byte4 (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DByte4.java24 public class Byte4 { class
30 public Byte4() { in Byte4() method in Byte4
33 public Byte4(byte initX, byte initY, byte initZ, byte initW) { in Byte4() method in Byte4
40 public Byte4(Byte4 source) { in Byte4() method in Byte4
52 public void add(Byte4 a) { in add()
66 public static Byte4 add(Byte4 a, Byte4 b) { in add()
67 Byte4 result = new Byte4(); in add()
95 public static Byte4 add(Byte4 a, byte b) { in add()
96 Byte4 result = new Byte4(); in add()
110 public void sub(Byte4 a) { in sub()
[all …]
DFieldPacker.java309 public void addI8(Byte4 v) { in addI8()
486 public Byte4 subByte4() { in subByte4()
487 Byte4 v = new Byte4(); in subByte4()
676 if (obj instanceof Byte4) { in add()
677 addI8((Byte4)obj); in add()
/frameworks/rs/support/java/src/androidx/renderscript/
DByte4.java27 public class Byte4 { class
28 public Byte4() { in Byte4() method in Byte4
31 public Byte4(byte initX, byte initY, byte initZ, byte initW) { in Byte4() method in Byte4
DFieldPacker.java310 public void addI8(Byte4 v) { in addI8()
487 public Byte4 subByte4() { in subByte4()
488 Byte4 v = new Byte4(); in subByte4()
677 if (obj instanceof Byte4) { in addToPack()
678 fp.addI8((Byte4)obj); in addToPack()
815 if (obj instanceof Byte4) { in getPackedSize()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_vector.java22 import android.renderscript.Byte4;
118 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
DUT_math_agree.java22 import android.renderscript.Byte4;
73 private Byte4 pack_b4(byte[] val) { in pack_b4()
75 return new Byte4(val[0], val[1], val[2], val[3]); in pack_b4()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_vector.java24 import androidx.renderscript.Byte4;
120 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
DUT_math_agree.java24 import androidx.renderscript.Byte4;
75 private Byte4 pack_b4(byte[] val) { in pack_b4()
77 return new Byte4(val[0], val[1], val[2], val[3]); in pack_b4()
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
DUT_vector.java103 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
DUT_vector.java103 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_vector.java103 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
DUT_math_agree.java57 private Byte4 pack_b4(byte[] val) { in pack_b4()
59 return new Byte4(val[0], val[1], val[2], val[3]); in pack_b4()
/frameworks/rs/cpp/
DrsCppStructs.h97 class Byte4 {
101 Byte4(int8_t initX, int8_t initY, int8_t initZ, int8_t initW) in Byte4() function
103 Byte4() : x(0), y(0), z(0), w(0) {} in Byte4() function
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect234 public Byte4[] get() {
238 Byte4[] result = new Byte4[7];
240 …result[Idx] = new Byte4(outArray[4*Idx+0], outArray[4*Idx+1], outArray[4*Idx+2], outArray[4*Idx+3]…
269 private Byte4[] mResult;
1593 public Byte4 get() {
1597 mResult = new Byte4(outArray[0], outArray[1], outArray[2], outArray[3]);
1623 private Byte4 mResult;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26022 public class Byte4 {
26023 ctor public Byte4();
26024 ctor public Byte4(byte, byte, byte, byte);
26215 method public void addI8(android.renderscript.Byte4);
26244 method public android.renderscript.Byte4 subByte4();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt41461 public class Byte4 {
41462 ctor public Byte4();
41463 ctor public Byte4(byte, byte, byte, byte);
41655 method public void addI8(android.renderscript.Byte4);
41684 method public android.renderscript.Byte4 subByte4();