Searched refs:WebViewFunctor (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/libs/hwui/ |
H A D | WebViewFunctorManager.cpp | 33 ScopedCurrentFunctor(WebViewFunctor* functor) { in ScopedCurrentFunctor() 53 static WebViewFunctor* sCurrentFunctor; 91 WebViewFunctor::WebViewFunctor(void* data, const WebViewFunctorCallbacks& callbacks, in WebViewFunctor() function in android::uirenderer::WebViewFunctor 99 WebViewFunctor::~WebViewFunctor() { in ~WebViewFunctor() 114 void WebViewFunctor::onRemovedFromTree() { in onRemovedFromTree() 177 void WebViewFunctor::postDrawVk() { in postDrawVk() 182 void WebViewFunctor::destroyContext() { in destroyContext() 194 void WebViewFunctor::removeOverlays() { in removeOverlays() 295 sp<WebViewFunctor::Handle> toRelease; in releaseFunctor() 316 WebViewFunctor* toDestroyContext[size]; in onContextDestroyed() [all …]
|
H A D | WebViewFunctorManager.h | 34 class WebViewFunctor { 36 WebViewFunctor(void* data, const WebViewFunctorCallbacks& callbacks, RenderMode functorMode); 37 ~WebViewFunctor(); 64 friend class WebViewFunctor; 66 Handle(WebViewFunctor& ref) : mReference(ref) {} in Handle() 68 WebViewFunctor& mReference; 113 sp<WebViewFunctor::Handle> handleFor(int functor); 120 std::vector<std::unique_ptr<WebViewFunctor>> mFunctors; 121 std::vector<sp<WebViewFunctor::Handle>> mActiveFunctors;
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | WebViewFunctorManagerTests.cpp | 29 TEST(WebViewFunctor, createDestroyGLES) { in TEST() argument 43 TEST(WebViewFunctor, createSyncHandleGLES) { in TEST() argument 84 TEST(WebViewFunctor, createSyncDrawGLES) { in TEST() argument 111 TEST(WebViewFunctor, contextDestroyed) { in TEST() argument
|
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | VkFunctorDrawable.h | 34 VkFunctorDrawHandler(sp<WebViewFunctor::Handle> functor_handle, const SkMatrix& matrix, 42 sp<WebViewFunctor::Handle> mFunctorHandle;
|
H A D | FunctorDrawable.h | 59 sp<WebViewFunctor::Handle> mWebViewHandle;
|
H A D | VkFunctorDrawable.cpp | 38 VkFunctorDrawHandler::VkFunctorDrawHandler(sp<WebViewFunctor::Handle> functor_handle, in VkFunctorDrawHandler()
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderThread.h | 194 friend class android::uirenderer::WebViewFunctor;
|