Searched refs:mInPixelsAllocation (Results 1 – 1 of 1) sorted by relevance
59 protected volatile Allocation mInPixelsAllocation; field in CachingPipeline129 if (mInPixelsAllocation != null) { in destroyPixelAllocations()130 mInPixelsAllocation.destroy(); in destroyPixelAllocations()131 mInPixelsAllocation = null; in destroyPixelAllocations()448 if (mOutPixelsAllocation == null || mInPixelsAllocation == null || in prepareRenderscriptAllocations()457 mInPixelsAllocation = Allocation.createTyped(RS, in prepareRenderscriptAllocations()462 mInPixelsAllocation.copyFrom(bitmap); in prepareRenderscriptAllocations()477 return mInPixelsAllocation; in getInPixelsAllocation()