/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | CanvasContextTests.cpp | 37 ContextFactory contextFactory; in RENDERTHREAD_TEST() local 39 CanvasContext::create(renderThread, false, rootNode.get(), &contextFactory, 0, 0)); in RENDERTHREAD_TEST()
|
H A D | RenderNodeDrawableTests.cpp | 336 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 D | RenderNodeTests.cpp | 275 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 D | SkiaDisplayListTests.cpp | 143 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 D | CanvasContext.h | 70 IContextFactory* contextFactory, pid_t uiThreadId, 241 IContextFactory* contextFactory, std::unique_ptr<IRenderPipeline> renderPipeline,
|
H A D | CanvasContext.cpp | 74 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 D | RenderProxy.h | 73 RenderProxy(bool opaque, RenderNode* rootNode, IContextFactory* contextFactory);
|
H A D | RenderProxy.cpp | 43 IContextFactory* contextFactory) in RenderProxy() argument 49 contextFactory, uiThreadId, renderThreadId); in RenderProxy()
|