Home
last modified time | relevance | path

Searched refs:IsPcType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp398 bool RSSystemProperties::IsPcType() in IsPcType() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp397 bool RSSystemProperties::IsPcType() in IsPcType() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp914 HWTEST_F(RSSystemPropertiesTest, IsPcType, TestSize.Level1)
916 ASSERT_FALSE(RSSystemProperties::IsPcType());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h232 static bool IsPcType();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_generator.cpp66 static bool IsPcType() in IsPcType() function
121 if (IsPcType() && IsPCRefreshRateLock60()) { in VSyncGenerator()
530 if (IsPcType() && IsPCRefreshRateLock60()) { in UpdateMode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_ui_capture_task_parallel.cpp216 … RSUniRenderUtil::OptimizedFlushAndSubmit(surface, grContext, !RSSystemProperties::IsPcType()); in Run()
H A Drs_surface_capture_task_parallel.cpp235 …niRenderUtil::OptimizedFlushAndSubmit(surface, gpuContext_.get(), !RSSystemProperties::IsPcType()); in Run()
H A Drs_uni_render_util.cpp1943 if (!RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() || RSSystemProperties::IsPcType()) { in CheckRenderSkipIfScreenOff()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp1480 if (!RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() || RSSystemProperties::IsPcType()) {
1507 if (!RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() || RSSystemProperties::IsPcType()) {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp884 bool RSSystemProperties::IsPcType() in IsPcType() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.cpp617 if (RSSystemProperties::IsPcType() || RSSystemProperties::IsTabletType()) { in ProcessScreenConnectedLocked()