Searched refs:F32_3 (Results 1 – 13 of 13) sorted by relevance
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_element.cpp | 108 passed &= (Element::F32_3(mRS) != nullptr); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements() 175 sp<const Element> F32_3 = Element::F32_3(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() 244 eb->add(Element::F32_3(mRS), "F32_3", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
|
D | rs_jni_type.cpp | 78 passed &= testTypeBuilderHelper(mRS, Element::F32_3(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
|
D | rs_jni_foreach.cpp | 194 t = Type::create(mRS, Element::F32_3(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach()
|
D | rs_jni_allocation.cpp | 73 createTypedHelper(rs, Element::F32_3(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ElementTest.java | 73 assertTrue(Element.F32_3(mRS) != null); in testPrebuiltElements() 196 Element[] F32_3 = { Element.F32_3(mRS), in testIsCompatible() local 248 F32, F32_2, F32_3, F32_4, in testIsCompatible() 290 eb.add(Element.F32_3(mRS), "F32_3", arraySize); in testElementBuilder() 360 assertFalse(Element.F32_3(mRS).isComplex()); in testIsComplex()
|
D | AllocationCopyPaddedTest.java | 331 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in test_AllocationPadded_Float3_1D() 362 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in test_AllocationPadded_Float3_2D() 394 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in test_AllocationPadded_Float3_3D() 735 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in test_AllocationPadded_copy1DRangeTo_Float3() 928 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in test_AllocationPadded_copy2DRangeTo_Float3() 1115 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in test_AllocationPadded_copy1DRangeToUnchecked_Float3()
|
D | RsPackColorTo8888Test.java | 75 Allocation mAllocationIn = Allocation.createSized(mRS, Element.F32_3(mRS), INPUTSIZE); in float3input()
|
D | TypeTest.java | 55 testTypeBuilderHelper(Element.F32_3(mRS)); in testTypeBuilder()
|
D | KernelInputTest.java | 239 Allocation ain = Allocation.createSized(mRS, Element.F32_3(mRS), 1); in testInputNotModified_float3() 240 Allocation tmp = Allocation.createSized(mRS, Element.F32_3(mRS), 1); in testInputNotModified_float3()
|
D | AllocationTest.java | 125 createTypedHelper(Element.F32_3(mRS)); in testCreateTyped() 168 createSizedHelper(Element.F32_3(mRS)); in testCreateSized()
|
D | KernelTest.java | 351 t = new Type.Builder(mRS, Element.F32_3(mRS)).setX(x).create(); in testForEach()
|
D | ForEachTest.java | 351 t = new Type.Builder(mRS, Element.F32_3(mRS)).setX(x).create(); in testForEach()
|
D | GetSetTest.java | 988 testSetup(Element.F32_3(mRS)); in testGetSet_float3()
|