Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.h163 const LsaVector<FunctorContainer>& getFunctors() const { return functors; } in getFunctors() function
DRenderNode.cpp409 willHaveFunctor = !mStagingDisplayList->getFunctors().empty(); in pushLayerUpdate()
411 willHaveFunctor = !mDisplayList->getFunctors().empty(); in pushLayerUpdate()
482 for (auto& iter : mDisplayList->getFunctors()) { in pushLayerUpdate()
515 info.out.hasFunctors |= subtree->getFunctors().size(); in pushLayerUpdate()