Home
last modified time | relevance | path

Searched refs:mFunctorCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayList.cpp86 caches.unregisterFunctors(mFunctorCount); in clearResources()
182 mFunctorCount = recorder.getFunctorCount(); in initFromDisplayListRenderer()
185 caches.registerFunctors(mFunctorCount); in initFromDisplayListRenderer()
246 mFunctorCount = 0; in init()
DDisplayListRenderer.cpp37 mHasDrawOps(false), mFunctorCount(0) { in DisplayListRenderer()
101 mFunctorCount = 0; in reset()
157 mFunctorCount++; in callDrawGLFunction()
DDisplayListRenderer.h192 return mFunctorCount; in getFunctorCount()
364 uint32_t mFunctorCount; variable
DDisplayList.h503 uint32_t mFunctorCount; variable