Home
last modified time | relevance | path

Searched refs:offscreenRenderTask (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp348 std::function<void()> offscreenRenderTask = [scaleX, scaleY, callback, id, this]() -> void { in TakeSurfaceCaptureForUIWithoutUni() local
359 RSOffscreenRenderThread::Instance().PostTask(offscreenRenderTask); in TakeSurfaceCaptureForUIWithoutUni()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp902 std::function<void()> offscreenRenderTask = [id, callback, captureConfig]() -> void { in TakeSurfaceCaptureForUIWithUni() local
912 RSOffscreenRenderThread::Instance().PostTask(offscreenRenderTask); in TakeSurfaceCaptureForUIWithUni()
916 RSOffscreenRenderThread::Instance().InSertCaptureTask(id, offscreenRenderTask); in TakeSurfaceCaptureForUIWithUni()
919 RSOffscreenRenderThread::Instance().PostTask(offscreenRenderTask); in TakeSurfaceCaptureForUIWithUni()