Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/system/
H A Drs_system_parameters.h58 static bool GetDrawingCacheEnabled();
H A Drs_system_parameters.cpp55 bool RSSystemParameters::GetDrawingCacheEnabled() in GetDrawingCacheEnabled() 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.cpp62 auto result = RSSystemParameters::GetDrawingCacheEnabled();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable.cpp427 isDrawingCacheEnabled_ = RSSystemParameters::GetDrawingCacheEnabled(); in InitDfxForCacheInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp146 isDrawingCacheEnabled_ = RSSystemParameters::GetDrawingCacheEnabled(); in RSUniRenderVisitor()