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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptGroupTest.java 51 Allocation a1_copy, a2_copy; local
53 a2_copy = Allocation.createTyped(mRS, connect);
66 group.setOutput(mColorMatrix.getKernelID(), a2_copy); local
81 Allocation a1_copy, a2_copy; local
84 a2_copy = Allocation.createTyped(mRS, connect);
116 Allocation a1_copy, a2_copy; local
118 a2_copy = Allocation.createTyped(mRS, connect);
140 group.setOutput(mConvolve3x3.getKernelID(), a2_copy); local
159 Allocation a1_copy, a2_copy; local
161 a2_copy = Allocation.createTyped(mRS, connect)
    [all...]

Completed in 206 milliseconds