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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopy2DRangeTest.java 27 private Allocation mOutAllocation;
47 mOutAllocation = Allocation.createTyped(mRS, mInAllocation.getType());
53 mScript.set_mOut(mOutAllocation);
56 mOutAllocation.copyTo(outArray);
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
HelloCompute.java 33 private Allocation mOutAllocation;
61 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut,
67 mScript.forEach_root(mInAllocation, mOutAllocation);
68 mOutAllocation.copyTo(mBitmapOut);

Completed in 66 milliseconds