Home
last modified time | relevance | path

Searched refs:GetUIFirstDebugEnabled (Results 1 – 6 of 6) 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.cpp734 HWTEST_F(RSSystemPropertiesTest, GetUIFirstDebugEnabled, TestSize.Level1)
736 ASSERT_FALSE(RSSystemProperties::GetUIFirstDebugEnabled());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h218 static bool GetUIFirstDebugEnabled();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_thread_params.h101 bool GetUIFirstDebugEnabled() const in GetUIFirstDebugEnabled() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp722 bool RSSystemProperties::GetUIFirstDebugEnabled() in GetUIFirstDebugEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp927 if (uniParams.GetUIFirstDebugEnabled()) { in DealWithUIFirstCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp159 isUIFirstDebugEnable_ = RSSystemProperties::GetUIFirstDebugEnabled(); in RSUniRenderVisitor()