Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp419 HWTEST_F(RSSystemPropertiesTest, GetDumpLayersEnabled, TestSize.Level1)
421 ASSERT_FALSE(RSSystemProperties::GetDumpLayersEnabled());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h160 static bool GetDumpLayersEnabled();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp435 bool RSSystemProperties::GetDumpLayersEnabled() in GetDumpLayersEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_composer_adapter.cpp139 if (!RSSystemProperties::GetDumpLayersEnabled()) { in DumpLayersToFile()