Home
last modified time | relevance | path

Searched defs:rsOutput (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/cts/tests/tests/rscpp/src/android/cts/rscpp/
H A DRSColorMatrixTest.java58 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 DRSBlurTest.java47 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSBlurOneChannel() local
76 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSBlurFourChannels() local
H A DRSConvolveTest.java58 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testConvolve3x3() local
115 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testConvolve5x5() local
H A DRSLUTTest.java47 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSLUT() local
H A DRSBlendTest.java55 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSBlend() local
H A DRS3DLUTTest.java55 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); in testRSLUT() local
H A DRSResizeTest.java71 Allocation rsOutput = makeAllocation(outW, outH, e); in testResize() local