Searched refs:ALLOCATION (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_element.cpp | 149 passed &= (Element::ALLOCATION(mRS) != nullptr); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements() 169 sp<const Element> ALLOCATION = Element::ALLOCATION(mRS); in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local 203 sp<const Element> ElementArrs[] = { ALLOCATION, BOOLEAN, ELEMENT, F32, F32_2, in Java_android_cts_rscpp_RSElementTest_testIsCompatible() 285 eb->add(Element::ALLOCATION(mRS), "ALLOCATION", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
|
D | rs_jni_type.cpp | 94 passed &= testTypeBuilderHelper(mRS, Element::ALLOCATION(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
|
D | rs_jni_allocation.cpp | 119 createTypedHelper(rs, Element::ALLOCATION(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ElementTest.java | 120 assertTrue(Element.ALLOCATION(mRS) != null); in testPrebuiltElements() 182 Element[] ALLOCATION = { Element.ALLOCATION(mRS) }; in testIsCompatible() local 246 Element[][] ElementArrs = { ALLOCATION, BOOLEAN, ELEMENT, in testIsCompatible() 337 eb.add(Element.ALLOCATION(mRS), "ALLOCATION", arraySize); in testElementBuilder() 407 assertFalse(Element.ALLOCATION(mRS).isComplex()); in testIsComplex()
|
D | TypeTest.java | 76 testTypeBuilderHelper(Element.ALLOCATION(mRS)); in testTypeBuilder()
|
D | AllocationTest.java | 145 createTypedHelper(Element.ALLOCATION(mRS)); in testCreateTyped() 188 createSizedHelper(Element.ALLOCATION(mRS)); in testCreateSized()
|