Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.h109 [[nodiscard]] size_t getAllocatedSize() const { in getAllocatedSize() function
110 return mImpl ? mImpl->getAllocatedSize() : 0; in getAllocatedSize()
172 size_t getAllocatedSize() const { return 0; } in getAllocatedSize() function
284 [[nodiscard]] size_t getAllocatedSize() const { in getAllocatedSize() function
285 return apply([](const auto& it) -> auto { return it.getAllocatedSize(); }); in getAllocatedSize()
DRenderNode.cpp119 int RenderNode::getAllocatedSize() { in getAllocatedSize() function in android::uirenderer::RenderNode
121 size += mStagingDisplayList.getAllocatedSize(); in getAllocatedSize()
122 size += mDisplayList.getAllocatedSize(); in getAllocatedSize()
DRenderNode.h110 int getAllocatedSize();
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h50 size_t getAllocatedSize() const { in getAllocatedSize() function
/frameworks/base/libs/hwui/canvas/
DCanvasOpBuffer.h116 [[nodiscard]] size_t getAllocatedSize() const { in getAllocatedSize() function
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp57 return renderNode->getAllocatedSize(); in android_view_RenderNode_getAllocatedSize()