Home
last modified time | relevance | path

Searched refs:SetPartialRenderStatus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_visitor_test.cpp136 rsRenderThreadVisitor->SetPartialRenderStatus(PartialRenderType::SET_DAMAGE_AND_DROP_OP, false);
625 rsRenderThreadVisitor.SetPartialRenderStatus(PartialRenderType::DISABLED, true);
680 rsRenderThreadVisitor->SetPartialRenderStatus(PartialRenderType::SET_DAMAGE, true);
832 …rsRenderThreadVisitor.SetPartialRenderStatus(RSSystemProperties::GetPartialRenderEnabled(), false);
845 … rsRenderThreadVisitor.SetPartialRenderStatus(RSSystemProperties::GetPartialRenderEnabled(), true);
858 …rsRenderThreadVisitor.SetPartialRenderStatus(RSSystemProperties::GetUniPartialRenderEnabled(), tru…
871 …rsRenderThreadVisitor.SetPartialRenderStatus(RSSystemProperties::GetUniPartialRenderEnabled(), fal…
884 …rsRenderThreadVisitor.SetPartialRenderStatus(RSSystemProperties::GetUniPartialRenderEnabled(), tru…
897 rsRenderThreadVisitor.SetPartialRenderStatus(PartialRenderType::DISABLED, true);
898 rsRenderThreadVisitor.SetPartialRenderStatus(PartialRenderType::SET_DAMAGE_AND_DROP_OP, true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.h64 void SetPartialRenderStatus(PartialRenderType status, bool isRenderForced);
H A Drs_render_thread.cpp530 visitor_->SetPartialRenderStatus(RSSystemProperties::GetPartialRenderEnabled(), in Render()
H A Drs_render_thread_visitor.cpp89 void RSRenderThreadVisitor::SetPartialRenderStatus(PartialRenderType status, bool isRenderForced) in SetPartialRenderStatus() function in OHOS::Rosen::RSRenderThreadVisitor