Home
last modified time | relevance | path

Searched refs:U8_4 (Results 1 – 25 of 25) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsic3DLut.java66 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()
DIntrinsicLut.java36 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()
DIntrinsicBlur.java66 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()
DImageProcessingTest.java72 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()
DScriptGroupTest.java45 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 …]
DRsPackColorTo8888Test.java70 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()
DRsUnpackColor8888Test.java35 Allocation mAllocationIn = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE); in testRsUnpackColor8888RGB()
DElementTest.java98 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()
DIntrinsicColorMatrix.java37 mSi = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS)); in subtest()
DIntrinsicHistogram.java31 case 4: e1 = Element.U8_4(mRS); break; in createAllocations()
DIntrinsicConvolve5x5.java188 ScriptIntrinsicConvolve5x5 s = ScriptIntrinsicConvolve5x5.create(mRS, Element.U8_4(mRS)); in test_ID()
DIntrinsicConvolve3x3.java251 ScriptIntrinsicConvolve3x3 s = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS)); in test_ID()
DTypeTest.java64 testTypeBuilderHelper(Element.U8_4(mRS)); in testTypeBuilder()
DKernelInputTest.java420 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()
DAllocationTest.java129 createTypedHelper(Element.U8_4(mRS)); in testCreateTyped()
168 createSizedHelper(Element.U8_4(mRS)); in testCreateSized()
DForEachTest.java108 t = new Type.Builder(mRS, Element.U8_4(mRS)).setX(x).create(); in testForEach()
DKernelTest.java108 t = new Type.Builder(mRS, Element.U8_4(mRS)).setX(x).create(); in testForEach()
DGetSetTest.java408 testSetup(Element.U8_4(mRS)); in testGetSet_uchar4()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
DAllocationInfo.java291 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()
DBitmapUtils.java47 ScriptIntrinsicHistogram hist = ScriptIntrinsicHistogram.create(rs, Element.U8_4(rs)); in calcHistograms()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_element.cpp133 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()
Drs_jni_type.cpp87 passed &= testTypeBuilderHelper(mRS, Element::U8_4(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
Drs_jni_foreach.cpp77 t = Type::create(mRS, Element::U8_4(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach()
Drs_jni.cpp463 sp<ScriptIntrinsicYuvToRGB> syuv = ScriptIntrinsicYuvToRGB::create(mRS, Element::U8_4(mRS));; in Java_android_cts_rscpp_RSYuvTest_yuvTest()
Drs_jni_allocation.cpp98 createTypedHelper(rs, Element::U8_4(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()