Searched refs:mAllocation (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DBuffer.java30 private Allocation mAllocation; field in class:Buffer
42 mAllocation = Allocation.createFromBitmap(rs, mBitmap,
69 return mAllocation;
74 mAllocation.copyTo(mBitmap);

Completed in 67 milliseconds