Home
last modified time | relevance | path

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

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