Home
last modified time | relevance | path

Searched refs:contextFactory (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DCanvasContextTests.cpp37 ContextFactory contextFactory; in RENDERTHREAD_TEST() local
39 CanvasContext::create(renderThread, false, rootNode.get(), &contextFactory, 0, 0)); in RENDERTHREAD_TEST()
H A DRenderNodeDrawableTests.cpp336 ContextFactory contextFactory; in RENDERTHREAD_TEST() local
338 CanvasContext::create(renderThread, false, parent.get(), &contextFactory, 0, 0)); in RENDERTHREAD_TEST()
400 ContextFactory contextFactory; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
402 CanvasContext::create(renderThread, false, parent.get(), &contextFactory, 0, 0)); in RENDERTHREAD_SKIA_PIPELINE_TEST()
520 ContextFactory contextFactory; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
522 CanvasContext::create(renderThread, false, parent.get(), &contextFactory, 0, 0)); in RENDERTHREAD_SKIA_PIPELINE_TEST()
620 ContextFactory contextFactory; in RENDERTHREAD_TEST() local
622 CanvasContext::create(renderThread, false, parent.get(), &contextFactory, 0, 0)); in RENDERTHREAD_TEST()
636 ContextFactory contextFactory; in drawNode() local
638 CanvasContext::create(renderThread, false, renderNode.get(), &contextFactory, 0, 0)); in drawNode()
H A DRenderNodeTests.cpp275 ContextFactory contextFactory; in RENDERTHREAD_TEST() local
277 CanvasContext::create(renderThread, false, rootNode.get(), &contextFactory, 0, 0)); in RENDERTHREAD_TEST()
311 ContextFactory contextFactory; in RENDERTHREAD_TEST() local
313 CanvasContext::create(renderThread, false, rootNode.get(), &contextFactory, 0, 0)); in RENDERTHREAD_TEST()
H A DSkiaDisplayListTests.cpp143 ContextFactory contextFactory; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
145 CanvasContext::create(renderThread, false, rootNode.get(), &contextFactory, 0, 0)); in RENDERTHREAD_SKIA_PIPELINE_TEST()
202 ContextFactory contextFactory; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
204 CanvasContext::create(renderThread, false, rootNode.get(), &contextFactory, 0, 0)); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h70 IContextFactory* contextFactory, pid_t uiThreadId,
241 IContextFactory* contextFactory, std::unique_ptr<IRenderPipeline> renderPipeline,
H A DCanvasContext.cpp74 RenderNode* rootRenderNode, IContextFactory* contextFactory, in create() argument
80 return new CanvasContext(thread, translucent, rootRenderNode, contextFactory, in create()
84 return new CanvasContext(thread, translucent, rootRenderNode, contextFactory, in create()
115 IContextFactory* contextFactory, in CanvasContext() argument
121 , mAnimationContext(contextFactory->createAnimationContext(mRenderThread.timeLord())) in CanvasContext()
H A DRenderProxy.h73 RenderProxy(bool opaque, RenderNode* rootNode, IContextFactory* contextFactory);
H A DRenderProxy.cpp43 IContextFactory* contextFactory) in RenderProxy() argument
49 contextFactory, uiThreadId, renderThreadId); in RenderProxy()