Home
last modified time | relevance | path

Searched refs:GetSnapshotWithDMAEnabled (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp892 HWTEST_F(RSSystemPropertiesTest, GetSnapshotWithDMAEnabled, TestSize.Level1)
894 ASSERT_FALSE(RSSystemProperties::GetSnapshotWithDMAEnabled());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h229 static bool GetSnapshotWithDMAEnabled();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_ui_capture_task_parallel.cpp215 if (RSSystemProperties::GetSnapshotWithDMAEnabled()) { in Run()
H A Drs_surface_capture_task_parallel.cpp239 if (RSSystemProperties::GetSnapshotWithDMAEnabled()) { in Run()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp862 bool RSSystemProperties::GetSnapshotWithDMAEnabled() in GetSnapshotWithDMAEnabled() function in OHOS::Rosen::RSSystemProperties