/frameworks/rs/tests/cpp_api/typecheck/ |
D | typecheck.cpp | 57 TEST_ELEM(ENAME, I64) \ 69 TEST_ELEM_ALL(I64) in TEST_ELEM_ALL() 98 EXECUTE_TEST_ELEM_ALL(I64); in TEST_ELEM_ALL()
|
/frameworks/compile/slang/lit-tests/padding/ |
D | more_structs.rscript | 39 // CHECK-JAVA-CHAR-STRUCT-NEXT: eb.add(Element.I64(rs), "f2"); 50 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.I64(rs), "f2"); 54 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.I64(rs), "f4");
|
D | small_struct.rscript | 20 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.I64(rs), "l");
|
D | small_struct_2.rscript | 18 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.I64(rs), "l");
|
D | bitfield.rscript | 16 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.I64(rs), "L");
|
/frameworks/compile/slang/tests/P_reflection3264_multifile/ |
D | ScriptC_reflection3264_multifile_2.java.expect | 42 __I64 = Element.I64(rs);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_alloc_copy.java | 236 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy1DRangeTo_Long() 432 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy2DRangeTo_Long() 631 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy1DRangeToUnchecked_Long()
|
D | vector.rscript | 167 rsDebug("Testing I64", 0);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_alloc_copy.java | 234 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy1DRangeTo_Long() 430 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy2DRangeTo_Long() 629 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy1DRangeToUnchecked_Long()
|
D | vector.rscript | 151 rsDebug("Testing I64", 0);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_alloc_copy.java | 238 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy1DRangeTo_Long() 434 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy2DRangeTo_Long() 633 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in allocation_copy1DRangeToUnchecked_Long()
|
D | vector.rscript | 169 rsDebug("Testing I64", 0);
|
/frameworks/rs/cpp/ |
D | Element.cpp | 89 CREATE_USER(I64, SIGNED_64); 142 CREATE_VECTOR(I64, SIGNED_64);
|
D | rsCppStructs.h | 477 sp<const Element> I64; member 1055 static sp<const Element> I64(const sp<RS> &rs);
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | vector.rscript | 151 rsDebug("Testing I64", 0);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | vector.rscript | 151 rsDebug("Testing I64", 0);
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 116 mLongAllocation = Allocation::createSized(mRS, Element::I64(mRS), mAllocSize); in createSignedAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 120 mLongAllocation = Allocation::createSized(mRS, Element::I64(mRS), mAllocSize); in createSignedAllocations()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 165 mLongAllocation = Allocation.createSized(mRS, Element.I64(mRS), mAllocSize); in createSignedAllocations()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Element.java | 387 public static Element I64(RenderScript rs) { in I64() method in Element
|
/frameworks/compile/slang/tests/P_struct_field/ |
D | ScriptField_Outer.java.expect | 74 eb.add(Element.I64(rs), "l");
|
/frameworks/base/rs/java/android/renderscript/ |
D | Element.java | 417 public static Element I64(RenderScript rs) { in I64() method in Element
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 60 __I64 = Element.I64(rs); 10448 throw new RSRuntimeException("Type mismatch with I64!"); 10481 throw new RSRuntimeException("Type mismatch with I64!"); 10514 throw new RSRuntimeException("Type mismatch with I64!"); 10547 throw new RSRuntimeException("Type mismatch with I64!"); 10580 throw new RSRuntimeException("Type mismatch with I64!"); 10613 throw new RSRuntimeException("Type mismatch with I64!"); 10646 throw new RSRuntimeException("Type mismatch with I64!"); 10679 throw new RSRuntimeException("Type mismatch with I64!"); 10712 throw new RSRuntimeException("Type mismatch with I64!"); [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 60 __I64 = Element.I64(rs); 4027 throw new RSRuntimeException("Type mismatch with I64!"); 4134 throw new RSRuntimeException("Type mismatch with I64!");
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26077 method public static android.renderscript.Element I64(android.renderscript.RenderScript);
|