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 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...]
ScriptGroupTest.java 51 Allocation a1_copy, a2_copy; local
52 a1_copy = Allocation.createTyped(mRS, connect);
65 group.setInput(mColorMatrix.getKernelID(), a1_copy); local
71 a1_copy.destroy();
86 Allocation a1_copy, a2_copy; local
88 a1_copy = Allocation.createTyped(mRS, connect);
110 a1_copy.destroy();
129 Allocation a1_copy, a2_copy; local
130 a1_copy = Allocation.createTyped(mRS, connect);
152 group.setInput(mColorMatrix.getKernelID(), a1_copy); local
177 Allocation a1_copy, a2_copy; local
    [all...]

Completed in 216 milliseconds