Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp964 DdgrOpincType RSSystemProperties::GetDdgrOpincType() in GetDdgrOpincType() function in OHOS::Rosen::RSSystemProperties
971 return (GetDdgrOpincType() == DdgrOpincType::OPINC_AUTOCACHE_REALDRAW || in IsDdgrOpincEnable()
972 GetDdgrOpincType() == DdgrOpincType::OPINC_AUTOCACHE); in IsDdgrOpincEnable()
977 return GetDdgrOpincType() == DdgrOpincType::OPINC_AUTOCACHE_REALDRAW; in IsOpincRealDrawCacheEnable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h248 static DdgrOpincType GetDdgrOpincType();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable_autocache.cpp40 return RSSystemProperties::GetDdgrOpincType() == OHOS::Rosen::DdgrOpincType::OPINC_AUTOCACHE; in IsOpincRenderCacheEnable()