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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RsPackColorTo8888Test.java 76 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE);
83 forEach(testId, mAllocationIn, mAllocationOut);
86 mAllocationOut.copyTo(outArray);
101 mAllocationOut.destroy();
106 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE);
113 forEach(testId, mAllocationIn, mAllocationOut);
116 mAllocationOut.copyTo(outArray);
131 mAllocationOut.destroy();
RsUnpackColor8888Test.java 44 Allocation mAllocationOut = Allocation.createSized(mRS, Element.F32_4(mRS), INPUTSIZE);
54 forEach(0, mAllocationIn, mAllocationOut);
57 mAllocationOut.copyTo(outArray);
72 mAllocationOut.destroy();

Completed in 1289 milliseconds