Home
last modified time | relevance | path

Searched refs:ALLOCATION (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/rscpp/librscpptest/
Drs_jni_element.cpp149 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()
Drs_jni_type.cpp94 passed &= testTypeBuilderHelper(mRS, Element::ALLOCATION(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
Drs_jni_allocation.cpp119 createTypedHelper(rs, Element::ALLOCATION(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DElementTest.java120 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()
DTypeTest.java76 testTypeBuilderHelper(Element.ALLOCATION(mRS)); in testTypeBuilder()
DAllocationTest.java146 createTypedHelper(Element.ALLOCATION(mRS)); in testCreateTyped()
189 createSizedHelper(Element.ALLOCATION(mRS)); in testCreateSized()