HomeSort by relevance Sort by last modified time
    Searched full:rsoutput (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSBlendTest.java 58 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
60 rsOutput.copyFromUnchecked(byteAlloc2);
66 blend.forEachAdd(rsInput, rsOutput);
69 blend.forEachClear(rsInput, rsOutput);
72 blend.forEachDst(rsInput, rsOutput);
75 blend.forEachDstAtop(rsInput, rsOutput);
78 blend.forEachDstIn(rsInput, rsOutput);
81 blend.forEachDstOut(rsInput, rsOutput);
84 blend.forEachDstOver(rsInput, rsOutput);
87 blend.forEachMultiply(rsInput, rsOutput);
    [all...]
RSColorMatrixTest.java 61 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
67 cm.forEach(rsInput, rsOutput);
71 rsOutput.copyTo(byteAlloc);
94 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
99 cm.forEach(rsInput, rsOutput);
103 rsOutput.copyTo(byteAlloc);
129 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
135 cm.forEach(rsInput, rsOutput);
139 rsOutput.copyTo(byteAlloc);
162 Allocation rsOutput = Allocation.createTyped(mRS, build.create())
    [all...]
RSBlurTest.java 50 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
55 blur.forEach(rsOutput);
59 rsOutput.copyTo(byteAlloc);
81 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
86 blur.forEach(rsOutput);
90 rsOutput.copyTo(byteAlloc);
RS3DLUTTest.java 59 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
71 lut.forEach(rsInput, rsOutput);
75 rsOutput.copyTo(byteAlloc);
RSLUTTest.java 50 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
59 lut.forEach(rsInput, rsOutput);
63 rsOutput.copyTo(byteAlloc);
RSConvolveTest.java 61 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
66 convolve.forEach(rsOutput);
70 rsOutput.copyTo(byteAlloc);
119 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
124 convolve.forEach(rsOutput);
128 rsOutput.copyTo(byteAlloc);

Completed in 273 milliseconds