Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp54 renderthread::RenderThread& renderThread) { in createTextureLayerUpdater()
70 renderthread::RenderThread& renderThread, uint32_t width, uint32_t height, in createTextureLayerUpdater()
142 renderthread::RenderThread& renderThread = renderthread::RenderThread::getInstance(); in run() local
/frameworks/base/libs/hwui/tests/unit/
DBakedOpDispatcherTests.cpp57 static void testUnmergedGlopDispatch(renderthread::RenderThread& renderThread, RecordedOp* op, in testUnmergedGlopDispatch()
127 static int getGlopTransformFlags(renderthread::RenderThread& renderThread, RecordedOp* op) { in getGlopTransformFlags()
197 static void validateLayerDraw(renderthread::RenderThread& renderThread, in validateLayerDraw()
DRenderNodeDrawableTests.cpp634 static int drawNode(RenderThread& renderThread, const sp<RenderNode>& renderNode) { in drawNode()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.cpp160 sk_sp<Bitmap> SkiaVulkanPipeline::allocateHardwareBitmap(renderthread::RenderThread& renderThread, in allocateHardwareBitmap()
DSkiaOpenGLPipeline.cpp320 sk_sp<Bitmap> SkiaOpenGLPipeline::allocateHardwareBitmap(renderthread::RenderThread& renderThread, in allocateHardwareBitmap()
/frameworks/base/libs/hwui/
DOpenGLReadback.cpp274 bool OpenGLReadbackImpl::copyLayerInto(renderthread::RenderThread& renderThread, GlLayer& layer, in copyLayerInto()
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp93 DummyVsyncSource(RenderThread* renderThread) : mRenderThread(renderThread) {} in DummyVsyncSource()
DOpenGLPipeline.cpp404 sk_sp<Bitmap> OpenGLPipeline::allocateHardwareBitmap(RenderThread& renderThread, in allocateHardwareBitmap()
DRenderProxy.cpp311 RenderThread* renderThread = &RenderThread::getInstance(); in prepareToDraw() local