Searched defs:invokeFunctor (Results 1 – 5 of 5) sorted by relevance
162 void RenderState::invokeFunctor(Functor* functor, DrawGlInfo::Mode mode, DrawGlInfo* info) { in invokeFunctor() function in android::uirenderer::RenderState
646 void CanvasContext::invokeFunctor(RenderThread& thread, Functor* functor) { in invokeFunctor() function in android::uirenderer::renderthread::CanvasContext
253 CREATE_BRIDGE2(invokeFunctor, RenderThread* thread, Functor* functor) { in CREATE_BRIDGE2() argument258 void RenderProxy::invokeFunctor(Functor* functor, bool waitForCompletion) { in invokeFunctor() function in android::uirenderer::renderthread::RenderProxy
794 static void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor() method in ThreadedRenderer
811 public static void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor() method in ViewRootImpl