/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | Intrinsic3DLut.java | 66 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS)); in initCube() 77 mIntrinsic = ScriptIntrinsic3DLUT.create(mRS, Element.U8_4(mRS)); in initCube() 83 makeBuffers(97, 97, Element.U8_4(mRS)); in test1() 96 makeBuffers(97, 97, Element.U8_4(mRS)); in test2() 110 makeBuffers(97, 97, Element.U8_4(mRS)); in test1C() 125 makeBuffers(97, 97, Element.U8_4(mRS)); in test2C() 140 ScriptIntrinsic3DLUT s = ScriptIntrinsic3DLUT.create(mRS, Element.U8_4(mRS)); in test_ID()
|
D | IntrinsicLut.java | 36 mIntrinsic = ScriptIntrinsicLUT.create(mRS, Element.U8_4(mRS)); in createTest() 59 makeBuffers(97, 97, Element.U8_4(mRS)); in test() 72 makeBuffers(97, 97, Element.U8_4(mRS)); in test1C() 87 ScriptIntrinsicLUT s = ScriptIntrinsicLUT.create(mRS, Element.U8_4(mRS)); in test_ID()
|
D | IntrinsicBlur.java | 66 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) { in copyInput() 78 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) { in copyOutput() 102 Element e = Element.U8_4(mRS); in testU8_4() 132 Element e = Element.U8_4(mRS); in testU8_4C() 145 ScriptIntrinsicBlur s = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS)); in test_ID()
|
D | ImageProcessingTest.java | 72 Type t = new Type.Builder(mRS, Element.U8_4(mRS)).setX(dimX).setY(dimX).create(); in setUp() 79 mBlur = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS)); in testBlur() 102 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS)); in testBlend() 166 mColorMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS)); in testColorMatrix() 204 mConvolve3x3 = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS)); in testConvolve3x3() 227 mConvolve5x5 = ScriptIntrinsicConvolve5x5.create(mRS, Element.U8_4(mRS)); in testConvolve5x5() 252 mLUT = ScriptIntrinsicLUT.create(mRS, Element.U8_4(mRS)); in testLUT() 297 mConvolve3x3 = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS)); in testScriptGroup() 298 mColorMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS)); in testScriptGroup() 319 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(dimX).setY(dimX).create(); in testScriptGroup()
|
D | ScriptGroupTest.java | 45 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupSingleKernel() 49 mColorMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS)); in testScriptGroupSingleKernel() 74 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupDisconnectedKernel() 78 mColorMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS)); in testScriptGroupDisconnectedKernel() 79 mColorMatrix2 = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS)); in testScriptGroupDisconnectedKernel() 108 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupFieldConnection() 113 mConvolve3x3 = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS)); in testScriptGroupFieldConnection() 114 mColorMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS)); in testScriptGroupFieldConnection() 149 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupDisconnectedDAG() 154 mConvolve3x3 = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS)); in testScriptGroupDisconnectedDAG() [all …]
|
D | RsPackColorTo8888Test.java | 70 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE); in float3input() 97 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE); in float4input()
|
D | RsUnpackColor8888Test.java | 35 Allocation mAllocationIn = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE); in testRsUnpackColor8888RGB()
|
D | ElementTest.java | 98 assertTrue(Element.U8_4(mRS) != null); in testPrebuiltElements() 240 Element[] U8_4 = { Element.U8_4(mRS), in testIsCompatible() local 254 U16, U32, U64, U8, U8_3, U8_4 }; in testIsCompatible() 315 eb.add(Element.U8_4(mRS), "U8_4", arraySize); in testElementBuilder() 385 assertFalse(Element.U8_4(mRS).isComplex()); in testIsComplex()
|
D | IntrinsicColorMatrix.java | 37 mSi = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS)); in subtest()
|
D | IntrinsicHistogram.java | 31 case 4: e1 = Element.U8_4(mRS); break; in createAllocations()
|
D | IntrinsicConvolve5x5.java | 188 ScriptIntrinsicConvolve5x5 s = ScriptIntrinsicConvolve5x5.create(mRS, Element.U8_4(mRS)); in test_ID()
|
D | IntrinsicConvolve3x3.java | 251 ScriptIntrinsicConvolve3x3 s = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS)); in test_ID()
|
D | TypeTest.java | 64 testTypeBuilderHelper(Element.U8_4(mRS)); in testTypeBuilder()
|
D | KernelInputTest.java | 420 Allocation ain = Allocation.createSized(mRS, Element.U8_4(mRS), 1); in testInputNotModified_uchar4() 421 Allocation tmp = Allocation.createSized(mRS, Element.U8_4(mRS), 1); in testInputNotModified_uchar4()
|
D | AllocationTest.java | 129 createTypedHelper(Element.U8_4(mRS)); in testCreateTyped() 168 createSizedHelper(Element.U8_4(mRS)); in testCreateSized()
|
D | ForEachTest.java | 108 t = new Type.Builder(mRS, Element.U8_4(mRS)).setX(x).create(); in testForEach()
|
D | KernelTest.java | 108 t = new Type.Builder(mRS, Element.U8_4(mRS)).setX(x).create(); in testForEach()
|
D | GetSetTest.java | 408 testSetup(Element.U8_4(mRS)); in testGetSet_uchar4()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
D | AllocationInfo.java | 291 U8_4; enumConstant 311 } else if (element.equals(Element.U8_4(RenderScriptSingleton.getRS()))) { in fromElement() 312 return U8_4; in fromElement() 342 case U8_4: in isElementEqualTo() 343 comparison = Element.U8_4(mRS); in isElementEqualTo()
|
D | BitmapUtils.java | 47 ScriptIntrinsicHistogram hist = ScriptIntrinsicHistogram.create(rs, Element.U8_4(rs)); in calcHistograms()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_element.cpp | 133 passed &= (Element::U8_4(mRS) != nullptr); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements() 200 sp<const Element> U8_4 = Element::U8_4(mRS); in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local 207 U16, U32, U64, U8, U8_3, U8_4 }; in Java_android_cts_rscpp_RSElementTest_testIsCompatible() 269 eb->add(Element::U8_4(mRS), "U8_4", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
|
D | rs_jni_type.cpp | 87 passed &= testTypeBuilderHelper(mRS, Element::U8_4(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
|
D | rs_jni_foreach.cpp | 77 t = Type::create(mRS, Element::U8_4(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach()
|
D | rs_jni.cpp | 463 sp<ScriptIntrinsicYuvToRGB> syuv = ScriptIntrinsicYuvToRGB::create(mRS, Element::U8_4(mRS));; in Java_android_cts_rscpp_RSYuvTest_yuvTest()
|
D | rs_jni_allocation.cpp | 98 createTypedHelper(rs, Element::U8_4(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
|