Home
last modified time | relevance | path

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

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