Home
last modified time | relevance | path

Searched defs:functor (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/libs/hwui/
DAnimatorManager.cpp132 AnimateFunctor functor(info, mAnimationHandle->context()); in animateCommon() local
172 EndActiveAnimatorsFunctor functor(mAnimationHandle->context()); in endAllActiveAnimators() local
DRenderState.cpp103 void RenderState::invokeFunctor(Functor* functor, DrawGlInfo::Mode mode, DrawGlInfo* info) { in invokeFunctor()
DFontRenderer.cpp664 void FontRenderer::initRender(const Rect* clip, Rect* bounds, Functor* functor) { in initRender()
692 const float* positions, Rect* bounds, Functor* functor, bool forceFinish) { in renderPosText()
710 float hOffset, float vOffset, Rect* bounds, Functor* functor) { in renderTextOnPath()
DDisplayListRenderer.cpp90 status_t DisplayListRenderer::callDrawGLFunction(Functor *functor, Rect& dirty) { in callDrawGLFunction()
DOpenGLRenderer.cpp352 status_t OpenGLRenderer::callDrawGLFunction(Functor* functor, Rect& dirty) { in callDrawGLFunction()
DDisplayListOp.h1451 DrawFunctorOp(Functor* functor) in DrawFunctorOp()
/frameworks/webview/chromium/java/com/android/webview/chromium/
DDrawGLFunctor.java122 private static native void nativeDestroyGLFunctor(long functor); in nativeDestroyGLFunctor()
/frameworks/webview/chromium/plat_support/
Ddraw_gl_functor.cpp126 void DestroyGLFunctor(JNIEnv*, jclass, jlong functor) { in DestroyGLFunctor()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp270 void CanvasContext::invokeFunctor(RenderThread& thread, Functor* functor) { in invokeFunctor()
DRenderProxy.cpp222 CREATE_BRIDGE2(invokeFunctor, RenderThread* thread, Functor* functor) { in CREATE_BRIDGE2()
227 void RenderProxy::invokeFunctor(Functor* functor, bool waitForCompletion) { in invokeFunctor()
/frameworks/base/core/java/android/view/
DThreadedRenderer.java354 static void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor()
510 private static native void nInvokeFunctor(long functor, boolean waitForCompletion); in nInvokeFunctor()
DViewRootImpl.java659 public void detachFunctor(long functor) { in detachFunctor()
678 public void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor()
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp319 Functor* functor = reinterpret_cast<Functor*>(functorPtr); in android_view_ThreadedRenderer_invokeFunctor() local
Dandroid_view_GLES20Canvas.cpp158 Functor* functor = reinterpret_cast<Functor*>(functorPtr); in android_view_GLES20Canvas_callDrawGLFunction() local