Searched refs:ELEMENT (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_element.cpp | 154 passed &= (Element::ELEMENT(mRS) != nullptr); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements() 172 sp<const Element> ELEMENT = Element::ELEMENT(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() 290 eb->add(Element::ELEMENT(mRS), "ELEMENT", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
|
D | rs_jni_allocation.cpp | 118 createTypedHelper(rs, Element::ELEMENT(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ElementTest.java | 125 assertTrue(Element.ELEMENT(mRS) != null); in testPrebuiltElements() 185 Element[] ELEMENT = { Element.ELEMENT(mRS) }; in testIsCompatible() local 246 Element[][] ElementArrs = { ALLOCATION, BOOLEAN, ELEMENT, in testIsCompatible() 342 eb.add(Element.ELEMENT(mRS), "ELEMENT", arraySize); in testElementBuilder() 412 assertFalse(Element.ELEMENT(mRS).isComplex()); in testIsComplex()
|
D | ComputeTest.java | 387 e[1] = Element.ELEMENT(mRS); in testArrayInit()
|
D | AllocationTest.java | 407 Allocation.createSized(mRS, Element.ELEMENT(mRS), nElems); in helperBaseObjCopy()
|
/cts/common/device-side/bedstead/testapp/tools/index/ |
D | index_testapps.py | 22 ELEMENT = "E" variable
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 38366 …method @Deprecated public static android.renderscript.Element ELEMENT(android.renderscript.RenderS…
|