Home
last modified time | relevance | path

Searched refs:SetScreenClientDamage (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h54 …MOCK_METHOD2(SetScreenClientDamage, int32_t(uint32_t, const std::vector<GraphicIRect> &damageRect)…
H A Dhdioutput_test.cpp216 EXPECT_CALL(*mockDevice_, SetScreenClientDamage(_, _)).WillRepeatedly(testing::Return(0));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dmock_hdi_device.h54 …MOCK_METHOD2(SetScreenClientDamage, int32_t(uint32_t, const std::vector<GraphicIRect> &damageRect)…
H A Dhdidevice_test.cpp92 …ASSERT_EQ(HdiDeviceTest::hdiDevice_->SetScreenClientDamage(screenId, damageRects), GRAPHIC_DISPLAY…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h52 …MOCK_METHOD2(SetScreenClientDamage, int32_t(uint32_t, const std::vector<GraphicIRect> &damageRect)…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp170 device->SetScreenClientDamage(screenId, damageRects); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_device.h55 …virtual int32_t SetScreenClientDamage(uint32_t screenId, const std::vector<GraphicIRect> &damageRe…
H A Dhdi_device_impl.h53 …int32_t SetScreenClientDamage(uint32_t screenId, const std::vector<GraphicIRect> &damageRect) over…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp445 int32_t ret = device_->SetScreenClientDamage(screenId_, outputDamages_); in FlushScreen()
H A Dhdi_device_impl.cpp274 int32_t HdiDeviceImpl::SetScreenClientDamage(uint32_t screenId, const std::vector<GraphicIRect> &da… in SetScreenClientDamage() function in OHOS::Rosen::HdiDeviceImpl