Searched refs:rsOutput (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSBlendTest.java | 55 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSBlend() local 57 rsOutput.copyFromUnchecked(byteAlloc2); in testRSBlend() 63 blend.forEachAdd(rsInput, rsOutput); in testRSBlend() 66 blend.forEachClear(rsInput, rsOutput); in testRSBlend() 69 blend.forEachDst(rsInput, rsOutput); in testRSBlend() 72 blend.forEachDstAtop(rsInput, rsOutput); in testRSBlend() 75 blend.forEachDstIn(rsInput, rsOutput); in testRSBlend() 78 blend.forEachDstOut(rsInput, rsOutput); in testRSBlend() 81 blend.forEachDstOver(rsInput, rsOutput); in testRSBlend() 84 blend.forEachMultiply(rsInput, rsOutput); in testRSBlend() [all …]
|
D | RSColorMatrixTest.java | 58 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSColorMatrix0() local 64 cm.forEach(rsInput, rsOutput); in testRSColorMatrix0() 71 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSColorMatrix0() 89 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSColorMatrix1() local 94 cm.forEach(rsInput, rsOutput); in testRSColorMatrix1() 101 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSColorMatrix1() 123 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSColorMatrix2() local 129 cm.forEach(rsInput, rsOutput); in testRSColorMatrix2() 136 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSColorMatrix2() 155 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSColorMatrix3() local [all …]
|
D | RSBlurTest.java | 47 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSBlurOneChannel() local 52 blur.forEach(rsOutput); in testRSBlurOneChannel() 59 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSBlurOneChannel() 76 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSBlurFourChannels() local 81 blur.forEach(rsOutput); in testRSBlurFourChannels() 88 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSBlurFourChannels()
|
D | RSConvolveTest.java | 58 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testConvolve3x3() local 63 convolve.forEach(rsOutput); in testConvolve3x3() 70 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testConvolve3x3() 115 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testConvolve5x5() local 120 convolve.forEach(rsOutput); in testConvolve5x5() 127 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testConvolve5x5()
|
D | RSLUTTest.java | 47 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSLUT() local 56 lut.forEach(rsInput, rsOutput); in testRSLUT() 63 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSLUT()
|
D | RS3DLUTTest.java | 55 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSLUT() local 67 lut.forEach(rsInput, rsOutput); in testRSLUT() 74 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSLUT()
|
D | RSResizeTest.java | 71 Allocation rsOutput = makeAllocation(outW, outH, e); in testResize() local 76 resize.forEach_bicubic(rsOutput); in testResize() 90 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testResize()
|