Searched defs:rsOutput (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
H A D | RSColorMatrixTest.java | 58 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSColorMatrix0() local 89 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSColorMatrix1() local 123 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSColorMatrix2() local 155 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSColorMatrix3() local 186 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSColorMatrix4() local
|
H A D | RSBlurTest.java | 47 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSBlurOneChannel() local 76 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSBlurFourChannels() local
|
H A D | RSConvolveTest.java | 58 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testConvolve3x3() local 115 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testConvolve5x5() local
|
H A D | RSLUTTest.java | 47 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSLUT() local
|
H A D | RSBlendTest.java | 55 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSBlend() local
|
H A D | RS3DLUTTest.java | 55 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSLUT() local
|
H A D | RSResizeTest.java | 71 Allocation rsOutput = makeAllocation(outW, outH, e); in testResize() local
|