Home
last modified time | relevance | path

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

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