Searched refs:mOutPixelsAllocation (Results 1 – 1 of 1) sorted by relevance
60 protected volatile Allocation mOutPixelsAllocation; field in CachingPipeline133 if (mOutPixelsAllocation != null) { in destroyPixelAllocations()134 mOutPixelsAllocation.destroy(); in destroyPixelAllocations()135 mOutPixelsAllocation = null; in destroyPixelAllocations()447 if (mOutPixelsAllocation == null || mInPixelsAllocation == null || in prepareRenderscriptAllocations()454 mOutPixelsAllocation = Allocation.createFromBitmap(RS, bitmapBuffer, in prepareRenderscriptAllocations()457 mOutPixelsAllocation.getType()); in prepareRenderscriptAllocations()480 return mOutPixelsAllocation; in getOutPixelsAllocation()