/frameworks/base/rs/java/android/renderscript/ |
D | Int3.java | 23 public class Int3 { class 28 public Int3() { in Int3() method in Int3 32 public Int3(int i) { in Int3() method in Int3 36 public Int3(int x, int y, int z) { in Int3() method in Int3 43 public Int3(Int3 source) { in Int3() method in Int3 54 public void add(Int3 a) { in add() 67 public static Int3 add(Int3 a, Int3 b) { in add() 68 Int3 result = new Int3(); in add() 94 public static Int3 add(Int3 a, int b) { in add() 95 Int3 result = new Int3(); in add() [all …]
|
D | FieldPacker.java | 352 public void addU16(Int3 v) { in addU16() 368 public void addI32(Int3 v) { in addI32() 523 public Int3 subInt3() { in subInt3() 524 Int3 v = new Int3(); in subInt3() 701 if (obj instanceof Int3) { in add() 702 addI32((Int3)obj); in add()
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Int3.java | 27 public class Int3 { class 28 public Int3() { in Int3() method in Int3 31 public Int3(int initX, int initY, int initZ) { in Int3() method in Int3
|
D | FieldPacker.java | 353 public void addU16(Int3 v) { in addU16() 369 public void addI32(Int3 v) { in addI32() 524 public Int3 subInt3() { in subInt3() 525 Int3 v = new Int3(); in subInt3() 702 if (obj instanceof Int3) { in addToPack() 703 fp.addI32((Int3)obj); in addToPack() 835 if (obj instanceof Int3) { in getPackedSize()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_vector.java | 30 import android.renderscript.Int3; 190 Int3 I3 = s.get_u16_3(); in initializeGlobals()
|
D | UT_reduce_backward.java | 30 import android.renderscript.Int3; 230 final Int3 rsRslt = s.reduce_fz3(inputAllocation).get(); in fz3()
|
D | UT_math_agree.java | 27 import android.renderscript.Int3; 98 private Int3 pack_i3(int[] val) { in pack_i3() 100 return new Int3(val[0], val[1], val[2]); in pack_i3()
|
D | UT_reduce.java | 30 import android.renderscript.Int3; 794 final Int3 javaResult = new Int3( in fz3() 811 final Int3 rsResult = s.reduce_fz3(inputAllocation).get(); in fz3()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_vector.java | 32 import android.support.v8.renderscript.Int3; 192 Int3 I3 = s.get_u16_3(); in initializeGlobals()
|
D | UT_reduce_backward.java | 32 import android.support.v8.renderscript.Int3; 232 final Int3 rsRslt = s.reduce_fz3(inputAllocation).get(); in fz3()
|
D | UT_math_agree.java | 29 import android.support.v8.renderscript.Int3; 100 private Int3 pack_i3(int[] val) { in pack_i3() 102 return new Int3(val[0], val[1], val[2]); in pack_i3()
|
D | UT_reduce.java | 32 import android.support.v8.renderscript.Int3; 796 final Int3 javaResult = new Int3( in fz3() 813 final Int3 rsResult = s.reduce_fz3(inputAllocation).get(); in fz3()
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | UT_vector.java | 175 Int3 I3 = s.get_u16_3(); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_vector.java | 175 Int3 I3 = s.get_u16_3(); in initializeGlobals()
|
D | UT_math_agree.java | 77 private Int3 pack_i3(int[] val) { in pack_i3() 79 return new Int3(val[0], val[1], val[2]); in pack_i3()
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | UT_vector.java | 175 Int3 I3 = s.get_u16_3(); in initializeGlobals()
|
/frameworks/rs/cpp/ |
D | rsCppStructs.h | 196 class Int3 { 200 Int3(int initX, int initY, int initZ) in Int3() function 202 Int3() : x(0), y(0), z(0) {} in Int3() function
|
/frameworks/support/api/ |
D | 23.0.0.txt | 10200 method public void addI32(android.support.v8.renderscript.Int3); 10216 method public void addU16(android.support.v8.renderscript.Int3); 10252 method public android.support.v8.renderscript.Int3 subInt3(); 10297 public class Int3 { 10298 ctor public Int3(); 10299 ctor public Int3(int, int, int);
|
D | 23.4.0.txt | 11135 method public void addI32(android.support.v8.renderscript.Int3); 11151 method public void addU16(android.support.v8.renderscript.Int3); 11187 method public android.support.v8.renderscript.Int3 subInt3(); 11232 public class Int3 { 11233 ctor public Int3(); 11234 ctor public Int3(int, int, int);
|
D | 23.1.0.txt | 10619 method public void addI32(android.support.v8.renderscript.Int3); 10635 method public void addU16(android.support.v8.renderscript.Int3); 10671 method public android.support.v8.renderscript.Int3 subInt3(); 10716 public class Int3 { 10717 ctor public Int3(); 10718 ctor public Int3(int, int, int);
|
D | 23.1.1.txt | 10588 method public void addI32(android.support.v8.renderscript.Int3); 10604 method public void addU16(android.support.v8.renderscript.Int3); 10640 method public android.support.v8.renderscript.Int3 subInt3(); 10685 public class Int3 { 10686 ctor public Int3(); 10687 ctor public Int3(int, int, int);
|
D | 23.2.1.txt | 11119 method public void addI32(android.support.v8.renderscript.Int3); 11135 method public void addU16(android.support.v8.renderscript.Int3); 11171 method public android.support.v8.renderscript.Int3 subInt3(); 11216 public class Int3 { 11217 ctor public Int3(); 11218 ctor public Int3(int, int, int);
|
D | 23.2.0.txt | 11117 method public void addI32(android.support.v8.renderscript.Int3); 11133 method public void addU16(android.support.v8.renderscript.Int3); 11169 method public android.support.v8.renderscript.Int3 subInt3(); 11214 public class Int3 { 11215 ctor public Int3(); 11216 ctor public Int3(int, int, int);
|
D | 24.1.0.txt | 11945 method public void addI32(android.support.v8.renderscript.Int3); 11961 method public void addU16(android.support.v8.renderscript.Int3); 11997 method public android.support.v8.renderscript.Int3 subInt3(); 12042 public class Int3 { 12043 ctor public Int3(); 12044 ctor public Int3(int, int, int);
|
D | 24.0.0.txt | 11935 method public void addI32(android.support.v8.renderscript.Int3); 11951 method public void addU16(android.support.v8.renderscript.Int3); 11987 method public android.support.v8.renderscript.Int3 subInt3(); 12032 public class Int3 { 12033 ctor public Int3(); 12034 ctor public Int3(int, int, int);
|