Home
last modified time | relevance | path

Searched refs:U16 (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/rs/tests/cpp_api/typecheck/
Dtypecheck.cpp54 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/
Dmore_structs.rscript38 // 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/
DUT_foreach_multi.java42 Type.Builder type16Builder = new Type.Builder(RS, Element.U16(RS)); in initializeGlobals()
Dvector.rscript128 rsDebug("Testing U16", 0);
Dsingle_source_alloc.rscript300 // U8, U16 are valid for scalar, vector and pixel
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_foreach_multi.java44 Type.Builder type16Builder = new Type.Builder(RS, Element.U16(RS)); in initializeGlobals()
Dvector.rscript130 rsDebug("Testing U16", 0);
Dsingle_source_alloc.rscript302 // U8, U16 are valid for scalar, vector and pixel
/frameworks/rs/cpp/
DElement.cpp84 CREATE_USER(U16, UNSIGNED_16);
137 CREATE_VECTOR(U16, UNSIGNED_16);
DrsCppStructs.h457 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/
Dvector.rscript112 rsDebug("Testing U16", 0);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dvector.rscript112 rsDebug("Testing U16", 0);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dvector.rscript112 rsDebug("Testing U16", 0);
/frameworks/compile/slang/tests/P_struct_field/
DScriptField_InnerTwo.java.expect51 eb.add(Element.U16(rs), "#rs_padding_1");
/frameworks/base/rs/java/android/renderscript/
DMesh.java829 smb.addIndexSetType(Element.U16(mRS), mIndexCount, Primitive.TRIANGLE); in create()
DElement.java362 public static Element U16(RenderScript rs) { in U16() method in Element
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp186 mUShortAllocation = Allocation::createSized(mRS, Element::U16(mRS), mAllocSize); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp190 mUShortAllocation = Allocation::createSized(mRS, Element::U16(mRS), mAllocSize); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java234 mUShortAllocation = Allocation.createSized(mRS, Element.U16(mRS), mAllocSize); in createUnsignedAllocations()
/frameworks/rs/support/java/src/androidx/renderscript/
DElement.java352 public static Element U16(RenderScript rs) { in U16() method in Element
/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptC_reduce_general_inputs.java.expect58 __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/
DScriptC_reduce_general_input.java.expect66 __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/
DScriptC_reduce_general_result.java.expect66 __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/
Dandroid-22.txt26102 method public static android.renderscript.Element U16(android.renderscript.RenderScript);
/frameworks/base/non-updatable-api/
Dcurrent.txt39969 method public static android.renderscript.Element U16(android.renderscript.RenderScript);

12