Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DWebViewFunctorManager.cpp31 class ScopedCurrentFunctor { class
33 ScopedCurrentFunctor(WebViewFunctor* functor) { in ScopedCurrentFunctor() function in android::uirenderer::__anon24bd16120110::ScopedCurrentFunctor
38 ~ScopedCurrentFunctor() { in ~ScopedCurrentFunctor()
56 WebViewFunctor* ScopedCurrentFunctor::sCurrentFunctor = nullptr;
144 ScopedCurrentFunctor currentFunctor(this); in drawGl()
171 ScopedCurrentFunctor currentFunctor(this); in drawVk()
204 ScopedCurrentFunctor currentFunctor(this); in removeOverlays()