Searched refs:RGBA_4444 (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PixelFormatTest.java | 63 PixelFormat.getPixelFormatInfo(PixelFormat.RGBA_4444, pixelFormat); in testGetPixelFormatInfo() 116 assertTrue(PixelFormat.formatHasAlpha(PixelFormat.RGBA_4444)); in testFormatHasAlpha()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_element.cpp | 101 passed &= (Element::RGBA_4444(mRS) != nullptr); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements() 187 sp<const Element> RGBA_4444 = Element::RGBA_4444(mRS); in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local 205 MATRIX_2X2, MATRIX_3X3, MATRIX_4X4, RGBA_4444, in Java_android_cts_rscpp_RSElementTest_testIsCompatible() 237 eb->add(Element::RGBA_4444(mRS), "RGBA_4444", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
|
D | rs_jni_allocation.cpp | 66 createTypedHelper(rs, Element::RGBA_4444(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ElementTest.java | 66 assertTrue(Element.RGBA_4444(mRS) != null); in testPrebuiltElements() 215 Element[] RGBA_4444 = { Element.RGBA_4444(mRS), in testIsCompatible() local 252 PROGRAM_STORE, PROGRAM_VERTEX, RGBA_4444, in testIsCompatible() 279 eb.add(Element.RGBA_4444(mRS), "RGBA_4444", arraySize); in testElementBuilder() 349 assertFalse(Element.RGBA_4444(mRS).isComplex()); in testIsComplex() 422 eb.add(Element.RGBA_4444(mRS), "RGBA_4444"); in testIsComplex()
|