Home
last modified time | relevance | path

Searched refs:IsInCaptureProcess (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.h113 static bool IsInCaptureProcess();
H A Drs_uni_render_thread.cpp116 bool RSUniRenderThread::IsInCaptureProcess() in IsInCaptureProcess() function in OHOS::Rosen::RSUniRenderThread
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_test.cpp742 ASSERT_FALSE(RSUniRenderThread::IsInCaptureProcess());
748 ASSERT_TRUE(RSUniRenderThread::IsInCaptureProcess());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable.cpp66 if (UNLIKELY(RSUniRenderThread::IsInCaptureProcess())) { in Draw()
H A Drs_surface_render_node_drawable.cpp785 !RSUniRenderThread::IsInCaptureProcess()) { in DealWithSelfDrawingNodeBuffer()