Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h250 static bool GetAutoCacheDebugEnabled();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable_autocache.cpp50 … return RSSystemProperties::GetAutoCacheDebugEnabled() && RSSystemProperties::IsDdgrOpincEnable(); in IsAutoCacheDebugEnable()
H A Drs_render_node_drawable.cpp440 autoCacheDrawingEnable_ = RSSystemProperties::GetAutoCacheDebugEnabled() && autoCacheEnable_; in InitDfxForCacheInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp985 bool RSSystemProperties::GetAutoCacheDebugEnabled() in GetAutoCacheDebugEnabled() function in OHOS::Rosen::RSSystemProperties