/frameworks/base/rs/java/android/renderscript/ |
D | Byte3.java | 24 public class Byte3 { class 29 public Byte3() { in Byte3() method in Byte3 32 public Byte3(byte initX, byte initY, byte initZ) { in Byte3() method in Byte3 39 public Byte3(Byte3 source) { in Byte3() method in Byte3 50 public void add(Byte3 a) { in add() 63 public static Byte3 add(Byte3 a, Byte3 b) { in add() 64 Byte3 result = new Byte3(); in add() 90 public static Byte3 add(Byte3 a, byte b) { in add() 91 Byte3 result = new Byte3(); in add() 104 public void sub(Byte3 a) { in sub() [all …]
|
D | FieldPacker.java | 304 public void addI8(Byte3 v) { in addI8() 479 public Byte3 subByte3() { in subByte3() 480 Byte3 v = new Byte3(); in subByte3() 671 if (obj instanceof Byte3) { in add() 672 addI8((Byte3)obj); in add()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Byte3.java | 27 public class Byte3 { class 28 public Byte3() { in Byte3() method in Byte3 31 public Byte3(byte initX, byte initY, byte initZ) { in Byte3() method in Byte3
|
D | FieldPacker.java | 305 public void addI8(Byte3 v) { in addI8() 480 public Byte3 subByte3() { in subByte3() 481 Byte3 v = new Byte3(); in subByte3() 672 if (obj instanceof Byte3) { in addToPack() 673 fp.addI8((Byte3)obj); in addToPack() 811 if (obj instanceof Byte3) { in getPackedSize()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_vector.java | 23 import androidx.renderscript.Byte3; 111 Byte3 B3 = s.get_i8_3(); in initializeGlobals()
|
D | UT_math_agree.java | 23 import androidx.renderscript.Byte3; 70 private Byte3 pack_b3(byte[] val) { in pack_b3() 72 return new Byte3(val[0], val[1], val[2]); in pack_b3()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_vector.java | 21 import android.renderscript.Byte3; 109 Byte3 B3 = s.get_i8_3(); in initializeGlobals()
|
D | UT_math_agree.java | 21 import android.renderscript.Byte3; 68 private Byte3 pack_b3(byte[] val) { in pack_b3() 70 return new Byte3(val[0], val[1], val[2]); in pack_b3()
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | UT_vector.java | 94 Byte3 B3 = s.get_i8_3(); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_vector.java | 94 Byte3 B3 = s.get_i8_3(); in initializeGlobals()
|
D | UT_math_agree.java | 53 private Byte3 pack_b3(byte[] val) { in pack_b3() 55 return new Byte3(val[0], val[1], val[2]); in pack_b3()
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | UT_vector.java | 94 Byte3 B3 = s.get_i8_3(); in initializeGlobals()
|
/frameworks/rs/cpp/ |
D | rsCppStructs.h | 88 class Byte3 { 92 Byte3(int8_t initX, int8_t initY, int8_t initZ) in Byte3() function 94 Byte3() : x(0), y(0), z(0) {} in Byte3() function
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 59391 Landroid/renderscript/Byte3;-><init>(Landroid/renderscript/Byte3;)V 59392 Landroid/renderscript/Byte3;->add(B)V 59393 Landroid/renderscript/Byte3;->add(Landroid/renderscript/Byte3;)V 59394 Landroid/renderscript/Byte3;->add(Landroid/renderscript/Byte3;B)Landroid/renderscript/Byte3; 59395 Landroid/renderscript/Byte3;->add(Landroid/renderscript/Byte3;Landroid/renderscript/Byte3;)Landroid… 59396 Landroid/renderscript/Byte3;->addAt(IB)V 59397 Landroid/renderscript/Byte3;->addMultiple(Landroid/renderscript/Byte3;B)V 59398 Landroid/renderscript/Byte3;->copyTo([BI)V 59399 Landroid/renderscript/Byte3;->div(B)V 59400 Landroid/renderscript/Byte3;->div(Landroid/renderscript/Byte3;)V [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26014 public class Byte3 { 26015 ctor public Byte3(); 26016 ctor public Byte3(byte, byte, byte); 26214 method public void addI8(android.renderscript.Byte3); 26243 method public android.renderscript.Byte3 subByte3();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 39877 public class Byte3 { 39878 ctor public Byte3(); 39879 ctor public Byte3(byte, byte, byte); 40078 method public void addI8(android.renderscript.Byte3); 40107 method public android.renderscript.Byte3 subByte3();
|
/frameworks/base/api/ |
D | current.txt | 40021 public class Byte3 { 40022 ctor public Byte3(); 40023 ctor public Byte3(byte, byte, byte); 40222 method public void addI8(android.renderscript.Byte3); 40251 method public android.renderscript.Byte3 subByte3();
|