Home
last modified time | relevance | path

Searched defs:renderThread (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp61 renderthread::RenderThread& renderThread) { in createTextureLayerUpdater()
75 renderthread::RenderThread& renderThread, uint32_t width, uint32_t height, in createTextureLayerUpdater()
107 renderthread::RenderThread& renderThread = renderthread::RenderThread::getInstance(); in run() local
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp165 ChoreographerSource(RenderThread* renderThread) : mRenderThread(renderThread) {} in ChoreographerSource()
182 DummyVsyncSource(RenderThread* renderThread) : mRenderThread(renderThread) {} in DummyVsyncSource()
H A DRenderProxy.cpp434 RenderThread* renderThread = &RenderThread::getInstance(); in prepareToDraw() local
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp200 sk_sp<Bitmap> SkiaVulkanPipeline::allocateHardwareBitmap(renderthread::RenderThread& renderThread, in allocateHardwareBitmap()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DRenderNodeDrawableTests.cpp635 static int drawNode(RenderThread& renderThread, const sp<RenderNode>& renderNode) { in drawNode()