Home
last modified time | relevance | path

Searched refs:I16 (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/rs/tests/cpp_api/typecheck/
Dtypecheck.cpp53 TEST_ELEM(ENAME, I16) \
65 TEST_ELEM_ALL(I16) in TEST_ELEM_ALL()
94 EXECUTE_TEST_ELEM_ALL(I16); in TEST_ELEM_ALL()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
DMandelbulb.java64 Type.Builder b = new Type.Builder(rs, android.renderscript.Element.I16(rs)); in buildRSVolume()
DDroid.java72 Type.Builder b = new Type.Builder(rs, android.renderscript.Element.I16(rs)); in buildRSVolume()
DLoaderDicom.java427 android.renderscript.Element.I16(rs)); in buildRSVolume()
438 android.renderscript.Element.I16(rs)); in buildRSVolume()
572 Type.Builder b = new Type.Builder(rs, android.renderscript.Element.I16(rs)); in buildRSVolume2()
DLoaderRaw.java122 Type.Builder b = new Type.Builder(rs, android.renderscript.Element.I16(rs)); in buildRSVolume()
/frameworks/compile/slang/tests/P_reflection3264_multifile/
DScriptC_reflection3264_multifile_2.java.expect41 __I16 = Element.I16(rs);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_alloc_copy.java108 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS)); in allocation_copy1DRangeTo_Short()
316 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS)); in allocation_copy2DRangeTo_Short()
503 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS)); in allocation_copy1DRangeToUnchecked_Short()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_alloc_copy.java112 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS)); in allocation_copy1DRangeTo_Short()
320 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS)); in allocation_copy2DRangeTo_Short()
507 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS)); in allocation_copy1DRangeToUnchecked_Short()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_alloc_copy.java110 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS)); in allocation_copy1DRangeTo_Short()
318 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS)); in allocation_copy2DRangeTo_Short()
505 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS)); in allocation_copy1DRangeToUnchecked_Short()
/frameworks/rs/cpp/
DElement.cpp85 CREATE_USER(I16, SIGNED_16);
138 CREATE_VECTOR(I16, SIGNED_16);
DrsCppStructs.h461 sp<const Element> I16; member
1031 static sp<const Element> I16(const sp<RS> &rs);
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp98 mShortAllocation = Allocation::createSized(mRS, Element::I16(mRS), mAllocSize); in createSignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp102 mShortAllocation = Allocation::createSized(mRS, Element::I16(mRS), mAllocSize); in createSignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java139 mShortAllocation = Allocation.createSized(mRS, Element.I16(mRS), mAllocSize); in createSignedAllocations()
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DElement.java359 public static Element I16(RenderScript rs) { in I16() method in Element
/frameworks/base/rs/java/android/renderscript/
DElement.java371 public static Element I16(RenderScript rs) { in I16() method in Element
/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptC_reduce_general_inputs.java.expect52 __I16 = Element.I16(rs);
1367 throw new RSRuntimeException("Type mismatch with I16!");
1431 throw new RSRuntimeException("Type mismatch with I16!");
4113 throw new RSRuntimeException("Type mismatch with I16!");
4181 throw new RSRuntimeException("Type mismatch with I16!");
6935 throw new RSRuntimeException("Type mismatch with I16!");
7003 throw new RSRuntimeException("Type mismatch with I16!");
9681 throw new RSRuntimeException("Type mismatch with I16!");
9745 throw new RSRuntimeException("Type mismatch with I16!");
12427 throw new RSRuntimeException("Type mismatch with I16!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_input/
DScriptC_reduce_general_input.java.expect55 __I16 = Element.I16(rs);
7024 throw new RSRuntimeException("Type mismatch with I16!");
7057 throw new RSRuntimeException("Type mismatch with I16!");
7090 throw new RSRuntimeException("Type mismatch with I16!");
7123 throw new RSRuntimeException("Type mismatch with I16!");
7156 throw new RSRuntimeException("Type mismatch with I16!");
7189 throw new RSRuntimeException("Type mismatch with I16!");
7222 throw new RSRuntimeException("Type mismatch with I16!");
7255 throw new RSRuntimeException("Type mismatch with I16!");
7288 throw new RSRuntimeException("Type mismatch with I16!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect54 __I16 = Element.I16(rs);
3599 throw new RSRuntimeException("Type mismatch with I16!");
3706 throw new RSRuntimeException("Type mismatch with I16!");
/frameworks/support/api/
D23.0.0.txt10075 …method public static android.support.v8.renderscript.Element I16(android.support.v8.renderscript.R…
D23.1.1.txt10463 …method public static android.support.v8.renderscript.Element I16(android.support.v8.renderscript.R…
D23.2.1.txt10994 …method public static android.support.v8.renderscript.Element I16(android.support.v8.renderscript.R…
D23.2.0.txt10992 …method public static android.support.v8.renderscript.Element I16(android.support.v8.renderscript.R…
D23.4.0.txt11010 …method public static android.support.v8.renderscript.Element I16(android.support.v8.renderscript.R…
D23.1.0.txt10494 …method public static android.support.v8.renderscript.Element I16(android.support.v8.renderscript.R…

12