/frameworks/rs/tests/cpp_api/typecheck/ |
D | typecheck.cpp | 54 TEST_ELEM(ENAME, U16) \ 66 TEST_ELEM_ALL(U16) in TEST_ELEM_ALL() 95 EXECUTE_TEST_ELEM_ALL(U16); in TEST_ELEM_ALL()
|
/frameworks/compile/slang/lit-tests/padding/ |
D | more_structs.rscript | 38 // CHECK-JAVA-CHAR-STRUCT-NEXT: eb.add(Element.U16(rs), "#rs_padding_2"); 48 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.U16(rs), "#rs_padding_2"); 53 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.U16(rs), "#rs_padding_5"); 57 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.U16(rs), "#rs_padding_7");
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_foreach_multi.java | 42 Type.Builder type16Builder = new Type.Builder(RS, Element.U16(RS)); in initializeGlobals()
|
D | vector.rscript | 128 rsDebug("Testing U16", 0);
|
D | single_source_alloc.rscript | 300 // U8, U16 are valid for scalar, vector and pixel
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_foreach_multi.java | 44 Type.Builder type16Builder = new Type.Builder(RS, Element.U16(RS)); in initializeGlobals()
|
D | vector.rscript | 130 rsDebug("Testing U16", 0);
|
D | single_source_alloc.rscript | 302 // U8, U16 are valid for scalar, vector and pixel
|
/frameworks/rs/cpp/ |
D | Element.cpp | 84 CREATE_USER(U16, UNSIGNED_16); 137 CREATE_VECTOR(U16, UNSIGNED_16);
|
D | rsCppStructs.h | 457 sp<const Element> U16; member 1025 static sp<const Element> U16(const sp<RS> &rs);
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | vector.rscript | 112 rsDebug("Testing U16", 0);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | vector.rscript | 112 rsDebug("Testing U16", 0);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | vector.rscript | 112 rsDebug("Testing U16", 0);
|
/frameworks/compile/slang/tests/P_struct_field/ |
D | ScriptField_InnerTwo.java.expect | 51 eb.add(Element.U16(rs), "#rs_padding_1");
|
/frameworks/base/rs/java/android/renderscript/ |
D | Mesh.java | 829 smb.addIndexSetType(Element.U16(mRS), mIndexCount, Primitive.TRIANGLE); in create()
|
D | Element.java | 362 public static Element U16(RenderScript rs) { in U16() method in Element
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 186 mUShortAllocation = Allocation::createSized(mRS, Element::U16(mRS), mAllocSize); in createUnsignedAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 190 mUShortAllocation = Allocation::createSized(mRS, Element::U16(mRS), mAllocSize); in createUnsignedAllocations()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 234 mUShortAllocation = Allocation.createSized(mRS, Element.U16(mRS), mAllocSize); in createUnsignedAllocations()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Element.java | 352 public static Element U16(RenderScript rs) { in U16() method in Element
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 58 __U16 = Element.U16(rs); 2167 throw new RSRuntimeException("Type mismatch with U16!"); 2231 throw new RSRuntimeException("Type mismatch with U16!"); 4961 throw new RSRuntimeException("Type mismatch with U16!"); 5029 throw new RSRuntimeException("Type mismatch with U16!"); 7783 throw new RSRuntimeException("Type mismatch with U16!"); 7851 throw new RSRuntimeException("Type mismatch with U16!"); 10481 throw new RSRuntimeException("Type mismatch with U16!"); 10545 throw new RSRuntimeException("Type mismatch with U16!"); 13275 throw new RSRuntimeException("Type mismatch with U16!"); [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 66 __U16 = Element.U16(rs); 13872 throw new RSRuntimeException("Type mismatch with U16!"); 13905 throw new RSRuntimeException("Type mismatch with U16!"); 13938 throw new RSRuntimeException("Type mismatch with U16!"); 13971 throw new RSRuntimeException("Type mismatch with U16!"); 14004 throw new RSRuntimeException("Type mismatch with U16!"); 14037 throw new RSRuntimeException("Type mismatch with U16!"); 14070 throw new RSRuntimeException("Type mismatch with U16!"); 14103 throw new RSRuntimeException("Type mismatch with U16!"); 14136 throw new RSRuntimeException("Type mismatch with U16!"); [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 66 __U16 = Element.U16(rs); 4455 throw new RSRuntimeException("Type mismatch with U16!"); 4562 throw new RSRuntimeException("Type mismatch with U16!");
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26102 method public static android.renderscript.Element U16(android.renderscript.RenderScript);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 39969 method public static android.renderscript.Element U16(android.renderscript.RenderScript);
|