/frameworks/base/rs/java/android/renderscript/ |
D | Byte4.java | 24 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 …]
|
D | FieldPacker.java | 309 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/android/support/v8/renderscript/ |
D | Byte4.java | 27 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
|
D | FieldPacker.java | 310 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/ |
D | UT_vector.java | 22 import android.renderscript.Byte4; 118 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
|
D | UT_math_agree.java | 22 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/ |
D | UT_vector.java | 24 import android.support.v8.renderscript.Byte4; 120 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
|
D | UT_math_agree.java | 24 import android.support.v8.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_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_vector.java | 103 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
|
D | UT_math_agree.java | 57 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/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | UT_vector.java | 103 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | UT_vector.java | 103 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
|
/frameworks/rs/cpp/ |
D | rsCppStructs.h | 97 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/ |
D | ScriptC_reduce_general_result.java.expect | 234 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/support/api/ |
D | 23.0.0.txt | 10029 public class Byte4 { 10030 ctor public Byte4(); 10031 ctor public Byte4(byte, byte, byte, byte); 10209 method public void addI8(android.support.v8.renderscript.Byte4); 10238 method public android.support.v8.renderscript.Byte4 subByte4();
|
D | 23.1.1.txt | 10417 public class Byte4 { 10418 ctor public Byte4(); 10419 ctor public Byte4(byte, byte, byte, byte); 10597 method public void addI8(android.support.v8.renderscript.Byte4); 10626 method public android.support.v8.renderscript.Byte4 subByte4();
|
D | 23.2.1.txt | 10948 public class Byte4 { 10949 ctor public Byte4(); 10950 ctor public Byte4(byte, byte, byte, byte); 11128 method public void addI8(android.support.v8.renderscript.Byte4); 11157 method public android.support.v8.renderscript.Byte4 subByte4();
|
D | 23.2.0.txt | 10946 public class Byte4 { 10947 ctor public Byte4(); 10948 ctor public Byte4(byte, byte, byte, byte); 11126 method public void addI8(android.support.v8.renderscript.Byte4); 11155 method public android.support.v8.renderscript.Byte4 subByte4();
|
D | 23.4.0.txt | 10964 public class Byte4 { 10965 ctor public Byte4(); 10966 ctor public Byte4(byte, byte, byte, byte); 11144 method public void addI8(android.support.v8.renderscript.Byte4); 11173 method public android.support.v8.renderscript.Byte4 subByte4();
|
D | 23.1.0.txt | 10448 public class Byte4 { 10449 ctor public Byte4(); 10450 ctor public Byte4(byte, byte, byte, byte); 10628 method public void addI8(android.support.v8.renderscript.Byte4); 10657 method public android.support.v8.renderscript.Byte4 subByte4();
|
D | 24.0.0.txt | 11764 public class Byte4 { 11765 ctor public Byte4(); 11766 ctor public Byte4(byte, byte, byte, byte); 11944 method public void addI8(android.support.v8.renderscript.Byte4); 11973 method public android.support.v8.renderscript.Byte4 subByte4();
|
D | 24.1.0.txt | 11774 public class Byte4 { 11775 ctor public Byte4(); 11776 ctor public Byte4(byte, byte, byte, byte); 11954 method public void addI8(android.support.v8.renderscript.Byte4); 11983 method public android.support.v8.renderscript.Byte4 subByte4();
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 38253 Landroid/renderscript/Byte4; 38254 Landroid/renderscript/Byte4;-><init>()V 38255 Landroid/renderscript/Byte4;-><init>(BBBB)V 38256 Landroid/renderscript/Byte4;->w:B 38257 Landroid/renderscript/Byte4;->x:B 38258 Landroid/renderscript/Byte4;->y:B 38259 Landroid/renderscript/Byte4;->z:B 38435 Landroid/renderscript/FieldPacker;->addI8(Landroid/renderscript/Byte4;)V 38465 Landroid/renderscript/FieldPacker;->subByte4()Landroid/renderscript/Byte4;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26022 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/api/ |
D | current.txt | 37450 public class Byte4 { 37451 ctor public Byte4(); 37452 ctor public Byte4(byte, byte, byte, byte); 37648 method public void addI8(android.renderscript.Byte4); 37677 method public android.renderscript.Byte4 subByte4();
|