Home
last modified time | relevance | path

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

/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
DMainActivity.java45 private Allocation[] mOutAllocations; field in MainActivity
157 mOutAllocations = new Allocation[NUM_BITMAPS]; in createScript()
159 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]); in createScript()
289 performFilter(mInAllocation, mOutAllocations[index], mBitmapsOut[index], values[0]); in doInBackground()