Home
last modified time | relevance | path

Searched refs:GetSurfaceOffscreenEnadbled (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h219 static bool GetSurfaceOffscreenEnadbled();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h403 return RSSystemProperties::GetSurfaceOffscreenEnadbled() ? needOffscreen_ : false; in GetNeedOffscreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp714 bool RSSystemProperties::GetSurfaceOffscreenEnadbled() in GetSurfaceOffscreenEnadbled() function in OHOS::Rosen::RSSystemProperties