Home
last modified time | relevance | path

Searched refs:rsCppOutput (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSColorMatrixTest.java69 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); in testRSColorMatrix0() local
70 rsCppOutput.copyFromUnchecked(nativeByteAlloc); in testRSColorMatrix0()
71 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSColorMatrix0()
99 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); in testRSColorMatrix1() local
100 rsCppOutput.copyFromUnchecked(nativeByteAlloc); in testRSColorMatrix1()
101 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSColorMatrix1()
134 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); in testRSColorMatrix2() local
135 rsCppOutput.copyFromUnchecked(nativeByteAlloc); in testRSColorMatrix2()
136 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSColorMatrix2()
165 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); in testRSColorMatrix3() local
[all …]
DRSBlurTest.java57 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); in testRSBlurOneChannel() local
58 rsCppOutput.copyFromUnchecked(nativeByteAlloc); in testRSBlurOneChannel()
59 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSBlurOneChannel()
86 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); in testRSBlurFourChannels() local
87 rsCppOutput.copyFromUnchecked(nativeByteAlloc); in testRSBlurFourChannels()
88 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSBlurFourChannels()
DRSConvolveTest.java68 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); in testConvolve3x3() local
69 rsCppOutput.copyFromUnchecked(nativeByteAlloc); in testConvolve3x3()
70 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testConvolve3x3()
125 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); in testConvolve5x5() local
126 rsCppOutput.copyFromUnchecked(nativeByteAlloc); in testConvolve5x5()
127 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testConvolve5x5()
DRSLUTTest.java61 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); in testRSLUT() local
62 rsCppOutput.copyFromUnchecked(nativeByteAlloc); in testRSLUT()
63 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSLUT()
DRS3DLUTTest.java72 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); in testRSLUT() local
73 rsCppOutput.copyFromUnchecked(nativeByteAlloc); in testRSLUT()
74 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSLUT()
DRSBlendTest.java113 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); in testRSBlend() local
114 rsCppOutput.copyFromUnchecked(byteAlloc2); in testRSBlend()
115 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSBlend()
DRSResizeTest.java72 Allocation rsCppOutput = makeAllocation(outW, outH, e); in testResize() local
85 rsCppOutput.copyFromUnchecked(nativeByteAlloc); in testResize()
87 rsCppOutput.copyFromUnchecked(nativeFloatAlloc); in testResize()
90 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testResize()