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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ImageProcessingTest.java 83 Allocation a1_copy, a2_copy; local
85 a2_copy = Allocation.createTyped(mRS, a2.getType());
94 mBlur.forEach(a2_copy);
106 Allocation a1_copy, a2_copy; local
108 a2_copy = Allocation.createTyped(mRS, a2.getType());
113 a2_copy.copy2DRangeFrom(0, 0, a2.getType().getX(), a2.getType().getY(), a2, 0, 0);
117 mBlend.forEachSrc(a1_copy, a2_copy);
120 mBlend.forEachDst(a1_copy, a2_copy);
123 mBlend.forEachSrcOver(a1_copy, a2_copy);
126 mBlend.forEachDstOver(a1_copy, a2_copy);
170 Allocation a1_copy, a2_copy; local
208 Allocation a1_copy, a2_copy; local
231 Allocation a1_copy, a2_copy; local
256 Allocation a1_copy, a2_copy; local
302 Allocation a1_copy, a2_copy; local
330 group.setOutput(mColorMatrix.getKernelID(), a2_copy); local
    [all...]
ScriptGroupTest.java 51 Allocation a1_copy, a2_copy; local
53 a2_copy = Allocation.createTyped(mRS, connect);
66 group.setOutput(mColorMatrix.getKernelID(), a2_copy); local
81 Allocation a1_copy, a2_copy; local
84 a2_copy = Allocation.createTyped(mRS, connect);
116 Allocation a1_copy, a2_copy; local
118 a2_copy = Allocation.createTyped(mRS, connect);
140 group.setOutput(mConvolve3x3.getKernelID(), a2_copy); local
159 Allocation a1_copy, a2_copy; local
161 a2_copy = Allocation.createTyped(mRS, connect)
    [all...]

Completed in 143 milliseconds