/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSColorMatrixTest.java | 54 Type.Builder build = new Type.Builder(mRS, Element.RGBA_8888(mRS)); in testRSColorMatrix0() 61 … ScriptIntrinsicColorMatrix cm = ScriptIntrinsicColorMatrix.create(mRS, Element.RGBA_8888(mRS)); in testRSColorMatrix0() 85 Type.Builder build = new Type.Builder(mRS, Element.RGBA_8888(mRS)); in testRSColorMatrix1() 92 … ScriptIntrinsicColorMatrix cm = ScriptIntrinsicColorMatrix.create(mRS, Element.RGBA_8888(mRS)); in testRSColorMatrix1() 119 Type.Builder build = new Type.Builder(mRS, Element.RGBA_8888(mRS)); in testRSColorMatrix2() 126 … ScriptIntrinsicColorMatrix cm = ScriptIntrinsicColorMatrix.create(mRS, Element.RGBA_8888(mRS)); in testRSColorMatrix2() 151 Type.Builder build = new Type.Builder(mRS, Element.RGBA_8888(mRS)); in testRSColorMatrix3() 158 … ScriptIntrinsicColorMatrix cm = ScriptIntrinsicColorMatrix.create(mRS, Element.RGBA_8888(mRS)); in testRSColorMatrix3() 182 Type.Builder build = new Type.Builder(mRS, Element.RGBA_8888(mRS)); in testRSColorMatrix4() 189 … ScriptIntrinsicColorMatrix cm = ScriptIntrinsicColorMatrix.create(mRS, Element.RGBA_8888(mRS)); in testRSColorMatrix4()
|
D | RS3DLUTTest.java | 51 Type.Builder build = new Type.Builder(mRS, Element.RGBA_8888(mRS)); in testRSLUT() 58 Type.Builder buildCube = new Type.Builder(mRS, Element.RGBA_8888(mRS)); in testRSLUT() 64 ScriptIntrinsic3DLUT lut = ScriptIntrinsic3DLUT.create(mRS, Element.RGBA_8888(mRS)); in testRSLUT()
|
D | RSLUTTest.java | 43 Type.Builder build = new Type.Builder(mRS, Element.RGBA_8888(mRS)); in testRSLUT() 49 ScriptIntrinsicLUT lut = ScriptIntrinsicLUT.create(mRS, Element.RGBA_8888(mRS)); in testRSLUT()
|
D | RSBlendTest.java | 51 Type.Builder build = new Type.Builder(mRS, Element.RGBA_8888(mRS)); in testRSBlend() 59 ScriptIntrinsicBlend blend = ScriptIntrinsicBlend.create(mRS, Element.RGBA_8888(mRS)); in testRSBlend()
|
D | RSBlurTest.java | 72 Type.Builder build = new Type.Builder(mRS, Element.RGBA_8888(mRS)); in testRSBlurFourChannels() 78 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.RGBA_8888(mRS)); in testRSBlurFourChannels()
|
D | RSYuvTest.java | 77 … return Allocation.createTyped(mRS, Type.createXY(mRS, Element.RGBA_8888(mRS), width, height)); in makeOutput()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
D | AllocationInfo.java | 97 case PixelFormat.RGBA_8888: in newInstance() 98 element = Element.RGBA_8888(rs); in newInstance() 289 RGBA_8888, enumConstant 307 } else if (element.equals(Element.RGBA_8888(RenderScriptSingleton.getRS()))) { in fromElement() 308 return RGBA_8888; in fromElement() 336 case RGBA_8888: in isElementEqualTo() 337 comparison = Element.RGBA_8888(mRS); in isElementEqualTo()
|
D | ScriptYuvToRgb.java | 37 return outputInfo.changeFormatWithDefaultUsage(PixelFormat.RGBA_8888); in createOutputInfo()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PixelFormatTest.java | 43 PixelFormat.getPixelFormatInfo(PixelFormat.RGBA_8888, mPixelFormat); in testGetPixelFormatInfo() 121 assertTrue(PixelFormat.formatHasAlpha(PixelFormat.RGBA_8888)); in testFormatHasAlpha()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 100 e = Element::RGBA_8888(rs); in Java_android_cts_rscpp_RSBlurTest_blurTest() 182 sp<const Element> e = Element::RGBA_8888(rs); in Java_android_cts_rscpp_RSLUTTest_lutTest() 225 sp<const Element> e = Element::RGBA_8888(rs); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() 269 sp<const Element> e = Element::RGBA_8888(rs); in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest() 317 sp<const Element> e = Element::RGBA_8888(rs); in Java_android_cts_rscpp_RSBlendTest_blendTest() 481 sp<const Type> tout = Type::create(mRS, Element::RGBA_8888(mRS), X, Y, 0); in Java_android_cts_rscpp_RSYuvTest_yuvTest()
|
D | rs_jni_type.cpp | 75 passed &= testTypeBuilderHelper(mRS, Element::RGBA_8888(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
|
D | rs_jni_element.cpp | 105 passed &= (Element::RGBA_8888(mRS) != nullptr); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements() 241 eb->add(Element::RGBA_8888(mRS), "RGBA_8888", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
|
D | rs_jni_foreach.cpp | 253 t = Type::create(mRS, Element::RGBA_8888(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach()
|
D | rs_jni_allocation.cpp | 70 createTypedHelper(rs, Element::RGBA_8888(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | SampleTest.java | 69 Element format = Element.RGBA_8888(mRS); in setUp()
|
D | ElementTest.java | 70 assertTrue(Element.RGBA_8888(mRS) != null); in testPrebuiltElements() 241 Element.RGBA_8888(mRS), in testIsCompatible() 283 eb.add(Element.RGBA_8888(mRS), "RGBA_8888", arraySize); in testElementBuilder() 353 assertFalse(Element.RGBA_8888(mRS).isComplex()); in testIsComplex()
|
D | AllocationTest.java | 117 createTypedHelper(Element.RGBA_8888(mRS)); in testCreateTyped() 149 createTypedTextureHelper(Element.RGBA_8888(mRS)); in testCreateTyped() 156 createSizedHelper(Element.RGBA_8888(mRS)); in testCreateSized() 407 new Type.Builder(mRS, Element.RGBA_8888(mRS)); in helperBitmapCopy()
|
D | TypeTest.java | 52 testTypeBuilderHelper(Element.RGBA_8888(mRS)); in testTypeBuilder()
|
D | YuvTest.java | 72 … return Allocation.createTyped(mRS, Type.createXY(mRS, Element.RGBA_8888(mRS), width, height)); in makeOutput()
|
D | ForEachTest.java | 434 t = new Type.Builder(mRS, Element.RGBA_8888(mRS)).setX(x).create(); in testForEach()
|
D | KernelTest.java | 434 t = new Type.Builder(mRS, Element.RGBA_8888(mRS)).setX(x).create(); in testForEach()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/ |
D | ProjectionOffscreenActivity.java | 172 mReader = ImageReader.newInstance(WIDTH, HEIGHT, PixelFormat.RGBA_8888, 2); in onCreate()
|
/cts/tests/tests/display/src/android/display/cts/ |
D | DisplayTest.java | 171 assertEquals(PixelFormat.RGBA_8888, display.getPixelFormat()); in testGetDisplayAttrs()
|
D | VirtualDisplayTest.java | 93 mImageReader = ImageReader.newInstance(WIDTH, HEIGHT, PixelFormat.RGBA_8888, 2); in setUp()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | WindowTest.java | 179 WindowManager.LayoutParams.FLAG_DITHER, PixelFormat.RGBA_8888); in testAccessAttributes() 189 assertEquals(PixelFormat.RGBA_8888, attr.format); in testAccessAttributes()
|