Searched refs:mBitmapOut (Results 1 – 2 of 2) sorted by relevance
/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/ |
D | HelloCompute.java | 29 private Bitmap mBitmapOut; field in HelloCompute 42 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(), in onCreate() 49 out.setImageBitmap(mBitmapOut); in onCreate() 61 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut, in createScript() 68 mOutAllocation.copyTo(mBitmapOut); in createScript()
|
/development/samples/RenderScript/Levels/src/com/android/rs/levels/ |
D | LevelsDalvikActivity.java | 35 private Bitmap mBitmapOut; field in LevelsDalvikActivity 122 mBitmapOut = loadBitmap(R.drawable.city); in onCreate() 125 mDisplayView.setImageBitmap(mBitmapOut); in onCreate() 158 mOutPixels = new int[mBitmapOut.getHeight() * mBitmapOut.getWidth()]; in onCreate() 227 mBitmapOut.setPixels(mOutPixels, 0, mBitmapOut.getWidth(), 0, 0, in filter() 228 mBitmapOut.getWidth(), mBitmapOut.getHeight()); in filter()
|