Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_log.h190 #define RS_LOG_ENABLE(flag) (RSLogManager::GetInstance().IsRSLogFlagEnabled(flag)) macro
192 #define DEBUG_SCREEN RS_LOG_ENABLE(FLAG_DEBUG_SCREEN)
194 #define DEBUG_NODE RS_LOG_ENABLE(FLAG_DEBUG_NODE)
196 #define DEBUG_MODIFIER RS_LOG_ENABLE(FLAG_DEBUG_MODIFIER)
198 #define DEBUG_BUFFER RS_LOG_ENABLE(FLAG_DEBUG_BUFFER)
200 #define DEBUG_LAYER RS_LOG_ENABLE(FLAG_DEBUG_LAYER)
202 #define DEBUG_COMPOSER RS_LOG_ENABLE(FLAG_DEBUG_COMPOSER)
204 #define DEBUG_PIPELINE RS_LOG_ENABLE(FLAG_DEBUG_PIPELINE)
206 #define DEBUG_VSYNC RS_LOG_ENABLE(FLAG_DEBUG_VSYNC)
208 #define DEBUG_DRAWING RS_LOG_ENABLE(FLAG_DEBUG_DRAWING)
[all …]