Home
last modified time | relevance | path

Searched refs:Byte2 (Results 1 – 25 of 28) sorted by relevance

12

/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
47 public void add(Byte2 a) { in add()
59 public static Byte2 add(Byte2 a, Byte2 b) { in add()
60 Byte2 result = new Byte2(); in add()
84 public static Byte2 add(Byte2 a, byte b) { in add()
85 Byte2 result = new Byte2(); in add()
97 public void sub(Byte2 a) { in sub()
[all …]
DFieldPacker.java300 public void addI8(Byte2 v) { in addI8()
473 public Byte2 subByte2() { in subByte2()
474 Byte2 v = new Byte2(); in subByte2()
666 if (obj instanceof Byte2) { in add()
667 addI8((Byte2)obj); in add()
/frameworks/rs/support/java/src/android/support/v8/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
DFieldPacker.java301 public void addI8(Byte2 v) { in addI8()
474 public Byte2 subByte2() { in subByte2()
475 Byte2 v = new Byte2(); in subByte2()
667 if (obj instanceof Byte2) { in addToPack()
668 fp.addI8((Byte2)obj); in addToPack()
807 if (obj instanceof Byte2) { in getPackedSize()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_bug_char.java20 import android.renderscript.Byte2;
33 private Byte2 pack_b2(byte[] val) { in pack_b2()
36 return new Byte2(val[0], val[1]); in pack_b2()
72 Byte2 min_rand_sc2 = pack_b2(min_rand_sc2_raw); in initializeValues()
DUT_vector.java20 import android.renderscript.Byte2;
101 Byte2 B2 = s.get_i8_2(); in initializeGlobals()
DUT_math_agree.java20 import android.renderscript.Byte2;
63 private Byte2 pack_b2(byte[] val) { in pack_b2()
65 return new Byte2(val[0], val[1]); in pack_b2()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_bug_char.java22 import android.support.v8.renderscript.Byte2;
35 private Byte2 pack_b2(byte[] val) { in pack_b2()
38 return new Byte2(val[0], val[1]); in pack_b2()
74 Byte2 min_rand_sc2 = pack_b2(min_rand_sc2_raw); in initializeValues()
DUT_vector.java22 import android.support.v8.renderscript.Byte2;
103 Byte2 B2 = s.get_i8_2(); in initializeGlobals()
DUT_math_agree.java22 import android.support.v8.renderscript.Byte2;
65 private Byte2 pack_b2(byte[] val) { in pack_b2()
67 return new Byte2(val[0], val[1]); in pack_b2()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_bug_char.java34 private Byte2 pack_b2(byte[] val) { in pack_b2()
37 return new Byte2(val[0], val[1]); in pack_b2()
72 Byte2 min_rand_sc2 = pack_b2(min_rand_sc2_raw); in initializeValues()
DUT_vector.java86 Byte2 B2 = s.get_i8_2(); in initializeGlobals()
DUT_math_agree.java49 private Byte2 pack_b2(byte[] val) { in pack_b2()
51 return new Byte2(val[0], val[1]); in pack_b2()
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
DUT_vector.java86 Byte2 B2 = s.get_i8_2(); in initializeGlobals()
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
DUT_vector.java86 Byte2 B2 = s.get_i8_2(); in initializeGlobals()
/frameworks/rs/cpp/
DrsCppStructs.h79 class Byte2 {
83 Byte2(int8_t initX, int8_t initY) in Byte2() function
85 Byte2() : x(0), y(0) {} in Byte2() function
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect193 public Byte2[] get() {
197 Byte2[] result = new Byte2[7];
199 result[Idx] = new Byte2(outArray[2*Idx+0], outArray[2*Idx+1]);
228 private Byte2[] mResult;
1557 public Byte2 get() {
1561 mResult = new Byte2(outArray[0], outArray[1]);
1587 private Byte2 mResult;
/frameworks/support/api/
D23.0.0.txt10014 public class Byte2 {
10015 ctor public Byte2();
10016 ctor public Byte2(byte, byte);
10207 method public void addI8(android.support.v8.renderscript.Byte2);
10236 method public android.support.v8.renderscript.Byte2 subByte2();
D23.1.1.txt10402 public class Byte2 {
10403 ctor public Byte2();
10404 ctor public Byte2(byte, byte);
10595 method public void addI8(android.support.v8.renderscript.Byte2);
10624 method public android.support.v8.renderscript.Byte2 subByte2();
D23.2.1.txt10933 public class Byte2 {
10934 ctor public Byte2();
10935 ctor public Byte2(byte, byte);
11126 method public void addI8(android.support.v8.renderscript.Byte2);
11155 method public android.support.v8.renderscript.Byte2 subByte2();
D23.2.0.txt10931 public class Byte2 {
10932 ctor public Byte2();
10933 ctor public Byte2(byte, byte);
11124 method public void addI8(android.support.v8.renderscript.Byte2);
11153 method public android.support.v8.renderscript.Byte2 subByte2();
D23.4.0.txt10949 public class Byte2 {
10950 ctor public Byte2();
10951 ctor public Byte2(byte, byte);
11142 method public void addI8(android.support.v8.renderscript.Byte2);
11171 method public android.support.v8.renderscript.Byte2 subByte2();
D23.1.0.txt10433 public class Byte2 {
10434 ctor public Byte2();
10435 ctor public Byte2(byte, byte);
10626 method public void addI8(android.support.v8.renderscript.Byte2);
10655 method public android.support.v8.renderscript.Byte2 subByte2();
D24.0.0.txt11749 public class Byte2 {
11750 ctor public Byte2();
11751 ctor public Byte2(byte, byte);
11942 method public void addI8(android.support.v8.renderscript.Byte2);
11971 method public android.support.v8.renderscript.Byte2 subByte2();
D24.1.0.txt11759 public class Byte2 {
11760 ctor public Byte2();
11761 ctor public Byte2(byte, byte);
11952 method public void addI8(android.support.v8.renderscript.Byte2);
11981 method public android.support.v8.renderscript.Byte2 subByte2();

12