Searched refs:mOutAllocations (Results 1 – 2 of 2) sorted by relevance
42 private Allocation[] mOutAllocations; field in MainActivity106 mOutAllocations = new Allocation[NUM_BITMAPS]; in createScript()108 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]); in createScript()137 mScript.forEach_saturation(mInAllocation, mOutAllocations[index]); in doInBackground()142 mOutAllocations[index].copyTo(mBitmapsOut[index]); in doInBackground()
45 private Allocation[] mOutAllocations; field in MainActivity157 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()