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 81 Allocation a1_copy, a2_copy; local
83 a2_copy = Allocation.createTyped(mRS, a2.getType());
92 mBlur.forEach(a2_copy);
104 Allocation a1_copy, a2_copy; local
106 a2_copy = Allocation.createTyped(mRS, a2.getType());
111 a2_copy.copy2DRangeFrom(0, 0, a2.getType().getX(), a2.getType().getY(), a2, 0, 0);
115 mBlend.forEachSrc(a1_copy, a2_copy);
118 mBlend.forEachDst(a1_copy, a2_copy);
121 mBlend.forEachSrcOver(a1_copy, a2_copy);
124 mBlend.forEachDstOver(a1_copy, a2_copy);
168 Allocation a1_copy, a2_copy; local
206 Allocation a1_copy, a2_copy; local
229 Allocation a1_copy, a2_copy; local
254 Allocation a1_copy, a2_copy; local
300 Allocation a1_copy, a2_copy; local
328 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 53 milliseconds