HomeSort by relevance Sort by last modified time
    Searched refs:a2_copy (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ImageProcessingTest.java 90 Allocation a1_copy, a2_copy; local
92 a2_copy = Allocation.createTyped(mRS, a2.getType());
101 mBlur.forEach(a2_copy);
108 a2_copy.destroy();
668 Allocation a1_copy, a2_copy; local
670 a2_copy = Allocation.createTyped(mRS, a2.getType());
681 a2_copy.copy2DRangeFrom(0, 0, a2.getType().getX(), a2.getType().getY(), a2, 0, 0);
683 mColorMatrix.forEach(a1_copy, a2_copy);
692 a2_copy.copy2DRangeFrom(0, 0, a2.getType().getX(), a2.getType().getY(), a2, 0, 0);
694 mColorMatrix.forEach(a1_copy, a2_copy);
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
830 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
72 a2_copy.destroy();
86 Allocation a1_copy, a2_copy; local
89 a2_copy = Allocation.createTyped(mRS, connect);
111 a2_copy.destroy();
129 Allocation a1_copy, a2_copy; local
131 a2_copy = Allocation.createTyped(mRS, connect);
153 group.setOutput(mConvolve3x3.getKernelID(), a2_copy); local
177 Allocation a1_copy, a2_copy; local
    [all...]
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 

Completed in 219 milliseconds