Searched defs:invokeFunctor (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp162 void RenderState::invokeFunctor(Functor* functor, DrawGlInfo::Mode mode, DrawGlInfo* info) { function in class:android::uirenderer::RenderState
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp577 void CanvasContext::invokeFunctor(RenderThread& thread, Functor* functor) { function in class:android::uirenderer::renderthread::CanvasContext
584 thread.renderState().invokeFunctor(functor, mode, nullptr);
H A DRenderProxy.cpp249 CREATE_BRIDGE2(invokeFunctor, RenderThread* thread, Functor* functor) {
250 CanvasContext::invokeFunctor(*args->thread, args->functor);
254 void RenderProxy::invokeFunctor(Functor* functor, bool waitForCompletion) { function in class:android::uirenderer::renderthread::RenderProxy
257 SETUP_TASK(invokeFunctor);
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java802 static void invokeFunctor(long functor, boolean waitForCompletion) { method in class:ThreadedRenderer
H A DViewRootImpl.java795 // Fence so that any pending invokeFunctor() messages will be processed
810 public static void invokeFunctor(long functor, boolean waitForCompletion) { method in class:ViewRootImpl
811 ThreadedRenderer.invokeFunctor(functor, waitForCompletion);

Completed in 128 milliseconds