Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DRenderNode.cpp245 bool willHaveFunctor = false; in prepareTreeImpl() local
247 willHaveFunctor = mStagingDisplayList.hasFunctor(); in prepareTreeImpl()
249 willHaveFunctor = mDisplayList.hasFunctor(); in prepareTreeImpl()
252 mProperties.prepareForFunctorPresence(willHaveFunctor, functorsNeedLayer); in prepareTreeImpl()
H A DRenderProperties.h165 bool prepareForFunctorPresence(bool willHaveFunctor, bool ancestorDictatesFunctorsNeedLayer) { in prepareForFunctorPresence() argument
180 mComputedFields.mNeedLayerForFunctors = (willHaveFunctor && functorsNeedLayer); in prepareForFunctorPresence()