Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.h111 [[nodiscard]] size_t getAllocatedSize() const { in getAllocatedSize() function
112 return mImpl ? mImpl->getAllocatedSize() : 0; in getAllocatedSize()
176 size_t getAllocatedSize() const { return 0; } in getAllocatedSize() function
288 [[nodiscard]] size_t getAllocatedSize() const { in getAllocatedSize() function
289 return apply([](const auto& it) -> auto { return it.getAllocatedSize(); }); in getAllocatedSize()
DRenderNode.cpp127 int RenderNode::getAllocatedSize() { in getAllocatedSize() function in android::uirenderer::RenderNode
129 size += mStagingDisplayList.getAllocatedSize(); in getAllocatedSize()
130 size += mDisplayList.getAllocatedSize(); in getAllocatedSize()
DRenderNode.h109 int getAllocatedSize();
/frameworks/base/libs/hwui/canvas/
DCanvasOpBuffer.h116 [[nodiscard]] size_t getAllocatedSize() const { in getAllocatedSize() function
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h52 size_t getAllocatedSize() const { in getAllocatedSize() function
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp55 return renderNode->getAllocatedSize(); in android_view_RenderNode_getAllocatedSize()