Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.h96 PartialRenderType partialRenderStatus_ = PartialRenderType::DISABLED; variable
H A Drs_render_thread_visitor.cpp97 if (partialRenderStatus_ != status) { in SetPartialRenderStatus()
99 … isEglSetDamageRegion_=%{public}d, isOpDropped_=%{public}d", partialRenderStatus_, status, in SetPartialRenderStatus()
102 partialRenderStatus_ = status; in SetPartialRenderStatus()
574 partialRenderStatus_ != PartialRenderType::DISABLED) { in ProcessRootRenderNode()