Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/pipeline/skia/
DGLFunctorDrawable.h38 GLFunctorDrawable(Functor* functor, GlFunctorLifecycleListener* listener, SkCanvas* canvas) in GLFunctorDrawable()
DSkiaDisplayList.cpp31 for (auto& functor : mChildFunctors) { in syncContents() local
DSkiaVulkanPipeline.cpp154 void SkiaVulkanPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
DSkiaRecordingCanvas.cpp118 void SkiaRecordingCanvas::callDrawGLFunction(Functor* functor, in callDrawGLFunction()
DSkiaOpenGLPipeline.cpp233 void SkiaOpenGLPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
/frameworks/base/libs/hwui/tests/unit/
DCanvasContextTests.cpp47 TestUtils::MockFunctor functor; in RENDERTHREAD_TEST() local
DSkiaDisplayListTests.cpp93 TestUtils::MockFunctor functor; in TEST() local
DRenderNodeTests.cpp237 void onGlFunctorReleased(Functor* functor) override { *mRefCnt -= 1; } in TEST()
/frameworks/base/libs/hwui/
DAnimatorManager.cpp145 AnimateFunctor functor(info, mAnimationHandle->context(), &dirtyMask); in animateCommon() local
181 EndActiveAnimatorsFunctor functor(mAnimationHandle->context()); in endAllActiveAnimators() local
DDisplayList.h68 Functor* functor; member
DFontRenderer.cpp622 void FontRenderer::initRender(const Rect* clip, Rect* bounds, TextDrawFunctor* functor) { in initRender()
650 TextDrawFunctor* functor, bool forceFinish) { in renderPosText()
668 Rect* bounds, TextDrawFunctor* functor) { in renderTextOnPath()
DBakedOpDispatcher.cpp289 TextDrawFunctor functor(&renderer, &state, renderClip, x, y, pureTranslate, alpha, mode, in renderText() local
762 TextDrawFunctor functor(&renderer, &state, renderTargetClip, 0.0f, 0.0f, false, alpha, mode, in onTextOnPathOp() local
DRecordingCanvas.cpp573 void RecordingCanvas::callDrawGLFunction(Functor* functor, GlFunctorLifecycleListener* listener) { in callDrawGLFunction()
DRecordedOp.h269 Functor* functor; member
DSkiaCanvas.cpp839 void SkiaCanvas::callDrawGLFunction(Functor* functor, in callDrawGLFunction()
/frameworks/base/services/core/java/com/android/server/job/
DJobStore.java291 public void forEachJob(Consumer<JobStatus> functor) { in forEachJob()
296 Consumer<JobStatus> functor) { in forEachJob()
300 public void forEachJob(int uid, Consumer<JobStatus> functor) { in forEachJob()
304 public void forEachJobForSourceUid(int sourceUid, Consumer<JobStatus> functor) { in forEachJobForSourceUid()
1198 Consumer<JobStatus> functor) { in forEachJob()
1212 public void forEachJob(int callingUid, Consumer<JobStatus> functor) { in forEachJob()
1221 public void forEachJobForSourceUid(int sourceUid, Consumer<JobStatus> functor) { in forEachJobForSourceUid()
/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp333 void ForEachFileInDir(const std::string& dirname, Functor functor) { in ForEachFileInDir()
354 Functor functor) { in ForEachFileInZip()
394 void ForEachFileInPath(const std::string& path, Functor functor) { in ForEachFileInPath()
/frameworks/base/core/jni/
Dandroid_view_DisplayListCanvas.cpp82 virtual void onGlFunctorReleased(Functor* functor) override { in onGlFunctorReleased()
107 Functor* functor = reinterpret_cast<Functor*>(functorPtr); in android_view_DisplayListCanvas_callDrawGLFunction() local
Dandroid_view_RenderNode.cpp492 auto functor = std::bind( in android_view_RenderNode_requestPositionUpdates() local
/frameworks/base/native/webview/plat_support/
Ddraw_gl_functor.cpp134 void DestroyGLFunctor(JNIEnv*, jclass, jlong functor) { in DestroyGLFunctor()
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp167 void RenderState::invokeFunctor(Functor* functor, DrawGlInfo::Mode mode, DrawGlInfo* info) { in invokeFunctor()
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp280 void OpenGLPipeline::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
DCanvasContext.cpp105 void CanvasContext::invokeFunctor(const RenderThread& thread, Functor* functor) { in invokeFunctor()
DRenderProxy.cpp135 void RenderProxy::invokeFunctor(Functor* functor, bool waitForCompletion) { in invokeFunctor()
/frameworks/base/core/java/android/view/
DThreadedRenderer.java840 static void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor()
1209 private static native void nInvokeFunctor(long functor, boolean waitForCompletion); in nInvokeFunctor()

12