Home
last modified time | relevance | path

Searched refs:IsPcType (Results 1 - 18 of 18) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp401 bool RSSystemProperties::IsPcType() in IsPcType() function in OHOS::Rosen::RSSystemProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp401 bool RSSystemProperties::IsPcType() in IsPcType() function in OHOS::Rosen::RSSystemProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h238 static bool IsPcType();
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp952 * @tc.name: IsPcType
953 * @tc.desc: IsPcType Test
957 HWTEST_F(RSSystemPropertiesTest, IsPcType, TestSize.Level1) in HWTEST_F()
959 ASSERT_FALSE(RSSystemProperties::IsPcType()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/transaction/
H A Drs_interfaces_test.cpp387 if (!RSSystemProperties::IsPcType()) { in HWTEST_F()
409 if (!RSSystemProperties::IsPcType()) { in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssystemproperties_fuzzer/
H A Drssystemproperties_fuzzer.cpp149 RSSystemProperties::IsPcType(); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_generator.cpp66 static bool IsPcType() in IsPcType() function
119 if (IsPcType() && IsPCRefreshRateLock60()) { in VSyncGenerator()
534 if (IsPcType() && IsPCRefreshRateLock60()) { in UpdateMode()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp135 if (!RSSystemProperties::IsPcType() && !RSSystemProperties::IsTabletType()) {
375 !RSSystemProperties::IsPcType() && !RSSystemProperties::IsTabletType()) { in SetPowerStatus()
H A Drs_screen_manager.cpp629 if (RSSystemProperties::IsPcType() || RSSystemProperties::IsTabletType()) { in ProcessScreenConnectedLocked()
673 if (RSSystemProperties::IsPcType() || RSSystemProperties::IsTabletType()) { in ProcessScreenDisConnectedLocked()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_hwc_prevalidate_util.cpp113 info.usage = node->IsHardwareEnabledTopSurface() && RSSystemProperties::IsPcType() ? in CreateSurfaceNodeLayerInfo()
H A Drs_ui_capture_task_parallel.cpp202 RSUniRenderUtil::OptimizedFlushAndSubmit(surface, grContext, !RSSystemProperties::IsPcType()); in Run()
H A Drs_surface_capture_task_parallel.cpp215 RSUniRenderUtil::OptimizedFlushAndSubmit(surface, gpuContext_.get(), !RSSystemProperties::IsPcType()); in Run()
H A Drs_uni_render_util.cpp1965 if (!RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() || RSSystemProperties::IsPcType()) { in CheckRenderSkipIfScreenOff()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp914 bool RSSystemProperties::IsPcType() in IsPcType() function in OHOS::Rosen::RSSystemProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.cpp933 if (!RSSystemProperties::IsPcType()) { in SetWatermarkEnabled()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp121 if (!RSSystemProperties::IsPcType()) { in SetWatermark()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp2219 if (!RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() || RSSystemProperties::IsPcType()) { in HWTEST_F()
2246 if (!RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() || RSSystemProperties::IsPcType()) { in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1595 if (IsHardwareEnabledTopSurface() && RSSystemProperties::IsPcType()) { in UpdateHwcNodeLayerInfo()

Completed in 31 milliseconds