Searched refs:offscreenRenderTask (Results 1 – 2 of 2) sorted by relevance
348 std::function<void()> offscreenRenderTask = [scaleX, scaleY, callback, id, this]() -> void { in TakeSurfaceCaptureForUIWithoutUni() local359 RSOffscreenRenderThread::Instance().PostTask(offscreenRenderTask); in TakeSurfaceCaptureForUIWithoutUni()
902 std::function<void()> offscreenRenderTask = [id, callback, captureConfig]() -> void { in TakeSurfaceCaptureForUIWithUni() local912 RSOffscreenRenderThread::Instance().PostTask(offscreenRenderTask); in TakeSurfaceCaptureForUIWithUni()916 RSOffscreenRenderThread::Instance().InSertCaptureTask(id, offscreenRenderTask); in TakeSurfaceCaptureForUIWithUni()919 RSOffscreenRenderThread::Instance().PostTask(offscreenRenderTask); in TakeSurfaceCaptureForUIWithUni()