ImageProcessingTest.java | 90 Allocation a1_copy, a2_copy; local 91 a1_copy = Allocation.createTyped(mRS, a1.getType()); 96 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); 99 mBlur.setInput(a1_copy); 107 a1_copy.destroy(); 668 Allocation a1_copy, a2_copy; local 669 a1_copy = Allocation.createTyped(mRS, a1.getType()); 680 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); 683 mColorMatrix.forEach(a1_copy, a2_copy); 691 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0) 705 Allocation a1_copy, a2_copy; local 729 Allocation a1_copy, a2_copy; local 755 Allocation a1_copy, a2_copy; local 802 Allocation a1_copy, a2_copy; local [all...] |