/frameworks/base/rs/java/android/renderscript/ |
D | Int4.java | 23 public class Int4 { class 29 public Int4() { in Int4() method in Int4 33 public Int4(int i) { in Int4() method in Int4 37 public Int4(int x, int y, int z, int w) { in Int4() method in Int4 45 public Int4(Int4 source) { in Int4() method in Int4 57 public void add(Int4 a) { in add() 71 public static Int4 add(Int4 a, Int4 b) { in add() 72 Int4 result = new Int4(); in add() 100 public static Int4 add(Int4 a, int b) { in add() 101 Int4 result = new Int4(); in add() [all …]
|
D | FieldPacker.java | 357 public void addU16(Int4 v) { in addU16() 373 public void addI32(Int4 v) { in addI32() 530 public Int4 subInt4() { in subInt4() 531 Int4 v = new Int4(); in subInt4() 706 if (obj instanceof Int4) { in add() 707 addI32((Int4)obj); in add()
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Int4.java | 27 public class Int4 { class 28 public Int4() { in Int4() method in Int4 31 public Int4(int initX, int initY, int initZ, int initW) { in Int4() method in Int4
|
D | FieldPacker.java | 358 public void addU16(Int4 v) { in addU16() 374 public void addI32(Int4 v) { in addI32() 531 public Int4 subInt4() { in subInt4() 532 Int4 v = new Int4(); in subInt4() 707 if (obj instanceof Int4) { in addToPack() 708 fp.addI32((Int4)obj); in addToPack() 839 if (obj instanceof Int4) { in getPackedSize()
|
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/ |
D | UT_global.java | 58 Int4 expected = new Int4(65536, 65537, 65538, 65539); in testIntTypes()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_vector.java | 31 import android.renderscript.Int4; 199 Int4 I4 = s.get_u16_4(); in initializeGlobals()
|
D | UT_math_agree.java | 28 import android.renderscript.Int4; 103 private Int4 pack_i4(int[] val) { in pack_i4() 105 return new Int4(val[0], val[1], val[2], val[3]); in pack_i4()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_vector.java | 33 import android.support.v8.renderscript.Int4; 201 Int4 I4 = s.get_u16_4(); in initializeGlobals()
|
D | UT_math_agree.java | 30 import android.support.v8.renderscript.Int4; 105 private Int4 pack_i4(int[] val) { in pack_i4() 107 return new Int4(val[0], val[1], val[2], val[3]); in pack_i4()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_vector.java | 184 Int4 I4 = s.get_u16_4(); in initializeGlobals()
|
D | UT_math_agree.java | 81 private Int4 pack_i4(int[] val) { in pack_i4() 83 return new Int4(val[0], val[1], val[2], val[3]); in pack_i4()
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | UT_vector.java | 184 Int4 I4 = s.get_u16_4(); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | UT_vector.java | 184 Int4 I4 = s.get_u16_4(); in initializeGlobals()
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 706 public Int4[] get() { 710 Int4[] result = new Int4[7]; 712 …result[Idx] = new Int4(outArray[4*Idx+0], outArray[4*Idx+1], outArray[4*Idx+2], outArray[4*Idx+3]); 741 private Int4[] mResult; 1444 public Int4[] get() { 1448 Int4[] result = new Int4[7]; 1450 …result[Idx] = new Int4(((int) ((outArray[4*Idx+0]) & 0xffff)), ((int) ((outArray[4*Idx+1]) & 0xfff… 1479 private Int4[] mResult; 2025 public Int4 get() { 2029 mResult = new Int4(outArray[0], outArray[1], outArray[2], outArray[3]); [all …]
|
/frameworks/rs/cpp/ |
D | rsCppStructs.h | 205 class Int4 { 209 Int4(int initX, int initY, int initZ, int initW) in Int4() function 211 Int4() : x(0), y(0), z(0), w(0) {} in Int4() function
|
/frameworks/support/api/ |
D | 23.0.0.txt | 10201 method public void addI32(android.support.v8.renderscript.Int4); 10217 method public void addU16(android.support.v8.renderscript.Int4); 10253 method public android.support.v8.renderscript.Int4 subInt4(); 10305 public class Int4 { 10306 ctor public Int4(); 10307 ctor public Int4(int, int, int, int);
|
D | 23.1.1.txt | 10589 method public void addI32(android.support.v8.renderscript.Int4); 10605 method public void addU16(android.support.v8.renderscript.Int4); 10641 method public android.support.v8.renderscript.Int4 subInt4(); 10693 public class Int4 { 10694 ctor public Int4(); 10695 ctor public Int4(int, int, int, int);
|
D | 23.2.1.txt | 11120 method public void addI32(android.support.v8.renderscript.Int4); 11136 method public void addU16(android.support.v8.renderscript.Int4); 11172 method public android.support.v8.renderscript.Int4 subInt4(); 11224 public class Int4 { 11225 ctor public Int4(); 11226 ctor public Int4(int, int, int, int);
|
D | 23.2.0.txt | 11118 method public void addI32(android.support.v8.renderscript.Int4); 11134 method public void addU16(android.support.v8.renderscript.Int4); 11170 method public android.support.v8.renderscript.Int4 subInt4(); 11222 public class Int4 { 11223 ctor public Int4(); 11224 ctor public Int4(int, int, int, int);
|
D | 23.4.0.txt | 11136 method public void addI32(android.support.v8.renderscript.Int4); 11152 method public void addU16(android.support.v8.renderscript.Int4); 11188 method public android.support.v8.renderscript.Int4 subInt4(); 11240 public class Int4 { 11241 ctor public Int4(); 11242 ctor public Int4(int, int, int, int);
|
D | 23.1.0.txt | 10620 method public void addI32(android.support.v8.renderscript.Int4); 10636 method public void addU16(android.support.v8.renderscript.Int4); 10672 method public android.support.v8.renderscript.Int4 subInt4(); 10724 public class Int4 { 10725 ctor public Int4(); 10726 ctor public Int4(int, int, int, int);
|
D | 24.0.0.txt | 11936 method public void addI32(android.support.v8.renderscript.Int4); 11952 method public void addU16(android.support.v8.renderscript.Int4); 11988 method public android.support.v8.renderscript.Int4 subInt4(); 12040 public class Int4 { 12041 ctor public Int4(); 12042 ctor public Int4(int, int, int, int);
|
D | 24.1.0.txt | 11946 method public void addI32(android.support.v8.renderscript.Int4); 11962 method public void addU16(android.support.v8.renderscript.Int4); 11998 method public android.support.v8.renderscript.Int4 subInt4(); 12050 public class Int4 { 12051 ctor public Int4(); 12052 ctor public Int4(int, int, int, int);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 38427 Landroid/renderscript/FieldPacker;->addI32(Landroid/renderscript/Int4;)V 38443 Landroid/renderscript/FieldPacker;->addU16(Landroid/renderscript/Int4;)V 38480 Landroid/renderscript/FieldPacker;->subInt4()Landroid/renderscript/Int4; 38519 Landroid/renderscript/Int4; 38520 Landroid/renderscript/Int4;-><init>()V 38521 Landroid/renderscript/Int4;-><init>(IIII)V 38522 Landroid/renderscript/Int4;->w:I 38523 Landroid/renderscript/Int4;->x:I 38524 Landroid/renderscript/Int4;->y:I 38525 Landroid/renderscript/Int4;->z:I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26207 method public void addI32(android.renderscript.Int4); 26223 method public void addU16(android.renderscript.Int4); 26259 method public android.renderscript.Int4 subInt4(); 26311 public class Int4 { 26312 ctor public Int4(); 26313 ctor public Int4(int, int, int, int);
|