Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DElementTest.java118 assertTrue(Element.PROGRAM_STORE(mRS) != null); in testPrebuiltElements()
213 Element[] PROGRAM_STORE = { Element.PROGRAM_STORE(mRS) }; in testIsCompatible() local
252 PROGRAM_STORE, PROGRAM_VERTEX, RGBA_4444, in testIsCompatible()
335 eb.add(Element.PROGRAM_STORE(mRS), "PROGRAM_STORE", arraySize); in testElementBuilder()
405 assertFalse(Element.PROGRAM_STORE(mRS).isComplex()); in testIsComplex()
DTypeTest.java74 testTypeBuilderHelper(Element.PROGRAM_STORE(mRS)); in testTypeBuilder()
DAllocationTest.java144 createTypedHelper(Element.PROGRAM_STORE(mRS)); in testCreateTyped()
187 createSizedHelper(Element.PROGRAM_STORE(mRS)); in testCreateSized()