Searched defs:invokeFunctor (Results 1 – 5 of 5) sorted by relevance
126 void RenderState::invokeFunctor(Functor* functor, DrawGlInfo::Mode mode, DrawGlInfo* info) { in invokeFunctor() function in android::uirenderer::RenderState
305 void CanvasContext::invokeFunctor(RenderThread& thread, Functor* functor) { in invokeFunctor() function in android::uirenderer::renderthread::CanvasContext
241 CREATE_BRIDGE2(invokeFunctor, RenderThread* thread, Functor* functor) { in CREATE_BRIDGE2() argument246 void RenderProxy::invokeFunctor(Functor* functor, bool waitForCompletion) { in invokeFunctor() function in android::uirenderer::renderthread::RenderProxy
354 static void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor() method in ThreadedRenderer
695 public void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor() method in ViewRootImpl