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...] |