Home
last modified time | relevance | path

Searched refs:F16_3 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCopyPaddedTest.java145 test_AllocationPadded_Short3_1D_Helper(Element.F16_3(mRS)); in test_AllocationPadded_Short3_1D()
182 test_AllocationPadded_Short3_2D_Helper(Element.F16_3(mRS)); in test_AllocationPadded_Short3_2D()
220 test_AllocationPadded_Short3_3D_Helper(Element.F16_3(mRS)); in test_AllocationPadded_Short3_3D()
681 test_AllocationPadded_copy1DRangeTo_Short3_Helper(Element.F16_3(mRS)); in test_AllocationPadded_copy1DRangeTo_Short3()
872 test_AllocationPadded_copy2DRangeTo_Short3_Helper(Element.F16_3(mRS)); in test_AllocationPadded_copy2DRangeTo_Short3()
1061 test_AllocationPadded_copy1DRangeToUnchecked_Short3_Helper(Element.F16_3(mRS)); in test_AllocationPadded_copy1DRangeToUnchecked_Short3()
DElementTest.java189 Element[] F16_3 = { Element.F16_3(mRS), in testIsCompatible() local
247 F16, F16_2, F16_3, F16_4, in testIsCompatible()
286 eb.add(Element.F16_3(mRS), "F16_3", arraySize); in testElementBuilder()
356 assertFalse(Element.F16_3(mRS).isComplex()); in testIsComplex()
DAllocationTest.java121 createTypedHelper(Element.F16_3(mRS)); in testCreateTyped()
164 createSizedHelper(Element.F16_3(mRS)); in testCreateSized()