Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h51 return allocator.allocatedSize() + mDisplayList.allocatedSize(); in getAllocatedSize()
/frameworks/base/libs/hwui/utils/
DLinearAllocator.h118 size_t allocatedSize() const { return mTotalAllocated; } in allocatedSize() function
/frameworks/base/libs/hwui/
DRecordingCanvas.h78 size_t allocatedSize() const { return fReserved; } in allocatedSize() function