Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/system/
H A Drs_system_parameters.h59 static bool GetDrawingCacheEnabledDfx();
H A Drs_system_parameters.cpp63 bool RSSystemParameters::GetDrawingCacheEnabledDfx() in GetDrawingCacheEnabledDfx() function in OHOS::Rosen::RSSystemParameters
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/system/
H A Drs_system_parameters_test.cpp75 auto result = RSSystemParameters::GetDrawingCacheEnabledDfx();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp1835 isDrawingCacheDfxEnabled = RSSystemParameters::GetDrawingCacheEnabledDfx(); in OnDrawingCacheDfxSwitchCallback()