Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DWebViewFunctorManager.cpp141 if (!mHasContext) { in drawGl()
142 mHasContext = true; in drawGl()
161 if (!mHasContext) { in initVk()
162 mHasContext = true; in initVk()
192 if (mHasContext) { in destroyContext()
193 mHasContext = false; in destroyContext()
H A DWebViewFunctorManager.h99 bool mHasContext = false; variable