/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | VLoadTest.java | 229 testSetup(Type.createX(mRS, Element.I16(mRS), w)); in testVload_short() 237 testSetup(Type.createX(mRS, Element.I16(mRS), w)); in testVload_ushort() 245 testSetup(Type.createX(mRS, Element.I16(mRS), w)); in testVload_short_relaxed() 253 testSetup(Type.createX(mRS, Element.I16(mRS), w)); in testVload_ushort_relaxed()
|
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 | 104 test_Allocationcopy1DRangeTo_Short_Helper(Element.I16(mRS), true); in test_Allocationcopy1DRangeTo_Short() 268 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS)); in test_Allocationcopy2DRangeTo_Short_Helper() 291 test_Allocationcopy2DRangeTo_Short_Helper(Element.I16(mRS), true); in test_Allocationcopy2DRangeTo_Short() 476 test_Allocationcopy3DRangeTo_Short_Helper(Element.I16(mRS)); in test_Allocationcopy3DRangeTo_Short() 715 test_Allocationcopy1DRangeToUnchecked_Short_Helper(Element.I16(mRS)); in test_Allocationcopy1DRangeToUnchecked_Short()
|
D | AllocationTest.java | 129 createTypedHelper(Element.I16(mRS)); in testCreateTyped() 172 createSizedHelper(Element.I16(mRS)); in testCreateSized() 648 helperShortCopy(Element.I16(mRS), s, 0, s, mode); in test1DCopyOperations() 660 helperShortCopy(Element.I16(mRS), s, off, count, mode); in test1DCopyOperations() 688 helperShortCopy2D(Element.I16(mRS), sX, sY, offX, offY, w, h); in test2DCopyOperations()
|
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 | 329 Allocation ain = Allocation.createSized(mRS, Element.I16(mRS), 1); in testInputNotModified_short() 330 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 | 120 t = new Type.Builder(mRS, Element.I16(mRS)).setX(x).create(); in testForEach()
|
D | KernelTest.java | 120 t = new Type.Builder(mRS, Element.I16(mRS)).setX(x).create(); in testForEach()
|
D | ReduceTest.java | 548 Allocation.createSized(mRS, Element.I16(mRS), 1), in testBadSumXorInputWrongType()
|
D | GetSetTest.java | 433 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()
|