/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | DebugContext.java | 227 (RenderScript rs)-> new Type.Builder(rs, Element.I16(rs)), in testDebugContextRsAllocationCopy2D_Short_Normal() 402 (RenderScript rs)-> new Type.Builder(rs, Element.I16(rs)), in testDebugContextRsAllocationCopy2D_Short_BadYCount() 441 Type.Builder typeBuilder1 = new Type.Builder(mRS, Element.I16(mRS)); in testDebugContextRsAllocationCopy2D_Short_WrongD() 445 Type.Builder typeBuilder2 = new Type.Builder(mRS, Element.I16(mRS)); in testDebugContextRsAllocationCopy2D_Short_WrongD()
|
D | ElementTest.java | 83 assertTrue(Element.I16(mRS) != null); in testPrebuiltElements() 201 Element[] I16 = { Element.I16(mRS) }; in testIsCompatible() local 249 F64, I16, I32, I64, I8, in testIsCompatible() 300 eb.add(Element.I16(mRS), "I16", arraySize); in testElementBuilder() 370 assertFalse(Element.I16(mRS).isComplex()); in testIsComplex()
|
D | AllocationCopyToTest.java | 112 test_Allocationcopy1DRangeTo_Short_Helper(Element.I16(mRS), true); in test_Allocationcopy1DRangeTo_Short() 276 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS)); in test_Allocationcopy2DRangeTo_Short_Helper() 299 test_Allocationcopy2DRangeTo_Short_Helper(Element.I16(mRS), true); in test_Allocationcopy2DRangeTo_Short() 484 test_Allocationcopy3DRangeTo_Short_Helper(Element.I16(mRS)); in test_Allocationcopy3DRangeTo_Short() 723 test_Allocationcopy1DRangeToUnchecked_Short_Helper(Element.I16(mRS)); in test_Allocationcopy1DRangeToUnchecked_Short()
|
D | VLoadTest.java | 243 testSetup(Type.createX(mRS, Element.I16(mRS), w)); in testVload_short() 259 testSetup(Type.createX(mRS, Element.I16(mRS), w)); in testVload_short_relaxed()
|
D | AllocationTest.java | 130 createTypedHelper(Element.I16(mRS)); in testCreateTyped() 173 createSizedHelper(Element.I16(mRS)); in testCreateSized() 684 helperShortCopy(Element.I16(mRS), s, 0, s, mode); in test1DCopyOperations() 696 helperShortCopy(Element.I16(mRS), s, off, count, mode); in test1DCopyOperations() 724 helperShortCopy2D(Element.I16(mRS), sX, sY, offX, offY, w, h); in test2DCopyOperations()
|
D | vector.rscript | 99 rsDebug("Testing I16", 0);
|
D | RsAllocationCopyTest.java | 85 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS)); in test_RsAllocationCopy1D_Short() 332 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS)); in test_RsAllocationCopy2D_Short()
|
D | TypeTest.java | 60 testTypeBuilderHelper(Element.I16(mRS)); in testTypeBuilder()
|
D | KernelInputTest.java | 409 Allocation ain = Allocation.createSized(mRS, Element.I16(mRS), 1); in testInputNotModified_short() 410 Allocation tmp = Allocation.createSized(mRS, Element.I16(mRS), 1); in testInputNotModified_short()
|
D | RSBaseCompute.java | 94 element = Element.I16(rs); in getElement()
|
D | ForEachTest.java | 128 t = new Type.Builder(mRS, Element.I16(mRS)).setX(x).create(); in testForEach()
|
D | ReduceTest.java | 571 Allocation.createSized(mRS, Element.I16(mRS), 1), in testBadSumXorInputWrongType()
|
D | KernelTest.java | 128 t = new Type.Builder(mRS, Element.I16(mRS)).setX(x).create(); in testForEach()
|
D | GetSetTest.java | 459 testSetup(Element.I16(mRS)); in testGetSet_short()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_element.cpp | 118 passed &= (Element::I16(mRS) != nullptr); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements() 178 sp<const Element> I16 = Element::I16(mRS); in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local 204 F32_3, F32_4, F64, I16, I32, I64, I8, in Java_android_cts_rscpp_RSElementTest_testIsCompatible() 254 eb->add(Element::I16(mRS), "I16", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
|
D | rs_jni_type.cpp | 83 passed &= testTypeBuilderHelper(mRS, Element::I16(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
|
D | rs_jni_foreach.cpp | 83 t = Type::create(mRS, Element::I16(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach()
|
D | rs_jni_allocation.cpp | 83 createTypedHelper(rs, Element::I16(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 38380 …method @Deprecated public static android.renderscript.Element I16(android.renderscript.RenderScrip…
|