HomeSort by relevance Sort by last modified time
    Searched refs:a1_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
84 a1_copy = Allocation.createTyped(mRS, a1.getType());
89 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0);
92 mBlur.setInput(a1_copy);
106 Allocation a1_copy, a2_copy; local
107 a1_copy = Allocation.createTyped(mRS, a1.getType());
112 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0);
117 mBlend.forEachSrc(a1_copy, a2_copy);
120 mBlend.forEachDst(a1_copy, a2_copy);
123 mBlend.forEachSrcOver(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
    [all...]
ScriptGroupTest.java 51 Allocation a1_copy, a2_copy; local
52 a1_copy = Allocation.createTyped(mRS, connect);
65 group.setInput(mColorMatrix.getKernelID(), a1_copy); local
81 Allocation a1_copy, a2_copy; local
83 a1_copy = Allocation.createTyped(mRS, connect);
116 Allocation a1_copy, a2_copy; local
117 a1_copy = Allocation.createTyped(mRS, connect);
139 group.setInput(mColorMatrix.getKernelID(), a1_copy); local
159 Allocation a1_copy, a2_copy; local
160 a1_copy = Allocation.createTyped(mRS, connect)
    [all...]

Completed in 60 milliseconds