Searched refs:mBitmapOut (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java44 private Bitmap mBitmapOut; field in class:ImageProcessingActivity
92 mOutPixelsAllocation.copyTo(mBitmapOut);
165 mBitmapOut = loadBitmap(R.drawable.city);
171 mDisplayView.setImageBitmap(mBitmapOut);
210 mOutPixelsAllocation.copyTo(mBitmapOut);
226 mOutPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapOut,
289 mOutPixelsAllocation.copyTo(mBitmapOut);
297 mOutPixelsAllocation.copyTo(mBitmapOut);

Completed in 77 milliseconds