Searched refs:mBitmapsOut (Results 1 – 2 of 2) sorted by relevance
37 private Bitmap[] mBitmapsOut; field in MainActivity55 mBitmapsOut = new Bitmap[NUM_BITMAPS]; in onCreate()57 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(), in onCreate()62 mImageView.setImageBitmap(mBitmapsOut[mCurrentBitmap]); in onCreate()108 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]); in createScript()142 mOutAllocations[index].copyTo(mBitmapsOut[index]); in doInBackground()151 mImageView.setImageBitmap(mBitmapsOut[result]); in updateView()
40 private Bitmap[] mBitmapsOut; field in MainActivity71 mBitmapsOut = new Bitmap[NUM_BITMAPS]; in onCreate()73 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(), in onCreate()78 mImageView.setImageBitmap(mBitmapsOut[mCurrentBitmap]); in onCreate()159 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]); in createScript()289 performFilter(mInAllocation, mOutAllocations[index], mBitmapsOut[index], values[0]); in doInBackground()298 mImageView.setImageBitmap(mBitmapsOut[result]); in updateView()