Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DRenderNode.cpp67 , mStagingDisplayList(nullptr) in RenderNode()
80 mStagingDisplayList = std::move(newData); in setStagingDisplayList()
114 size += mStagingDisplayList.getUsedSize(); in getUsageSize()
121 size += mStagingDisplayList.getAllocatedSize(); in getAllocatedSize()
243 if (info.mode == TreeInfo::MODE_FULL && mStagingDisplayList) { in prepareTreeImpl()
244 willHaveFunctor = mStagingDisplayList.hasFunctor(); in prepareTreeImpl()
375 if (mStagingDisplayList) { in syncDisplayList()
376 mStagingDisplayList.updateChildren([](RenderNode* child) { child->incParentRefCount(); }); in syncDisplayList()
379 mDisplayList = std::move(mStagingDisplayList); in syncDisplayList()
H A DRenderNode.h263 DisplayList mStagingDisplayList; variable