Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/system/
H A Drs_system_parameters.h64 static bool GetVSyncControlEnabled();
H A Drs_system_parameters.cpp107 bool RSSystemParameters::GetVSyncControlEnabled() in GetVSyncControlEnabled() function in OHOS::Rosen::RSSystemParameters
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp2002 …cControlEnabled_ = (deviceType_ == DeviceType::PC) && RSSystemParameters::GetVSyncControlEnabled(); in UniRender()