Home
last modified time | relevance | path

Searched refs:mOutAllocation (Results 1 – 1 of 1) sorted by relevance

/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
DHelloCompute.java33 private Allocation mOutAllocation; field in HelloCompute
61 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut, in createScript()
67 mScript.forEach_root(mInAllocation, mOutAllocation); in createScript()
68 mOutAllocation.copyTo(mBitmapOut); in createScript()