Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCaches.cpp99 mFunctorsCount = 0; in init()
669 return mFunctorsCount > 0; in hasRegisteredFunctors()
673 mFunctorsCount += functorCount; in registerFunctors()
677 if (functorCount > mFunctorsCount) { in unregisterFunctors()
678 mFunctorsCount = 0; in unregisterFunctors()
680 mFunctorsCount -= functorCount; in unregisterFunctors()
DCaches.h429 uint32_t mFunctorsCount; variable