Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderNode.h203 void makeRoot() { incParentRefCount(); } in makeRoot()
236 void incParentRefCount() { mParentCount++; } in incParentRefCount() function
DRenderNode.cpp298 mStagingDisplayList->updateChildren([](RenderNode* child) { child->incParentRefCount(); }); in syncDisplayList()