Home
last modified time | relevance | path

Searched refs:SetLayerBlendType (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h109 int32_t SetLayerBlendType();
H A Dhdi_device_impl.h77 int32_t SetLayerBlendType(uint32_t screenId, uint32_t layerId, GraphicBlendType type) override;
H A Dhdi_device.h80 virtual int32_t SetLayerBlendType(uint32_t screenId, uint32_t layerId, GraphicBlendType type) = 0;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h74 MOCK_METHOD3(SetLayerBlendType, int32_t(uint32_t, uint32_t, GraphicBlendType));
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dmock_hdi_device.h75 MOCK_METHOD3(SetLayerBlendType, int32_t(uint32_t, uint32_t, GraphicBlendType));
H A Dhdilayer_test.cpp73 EXPECT_CALL(*hdiDeviceMock_, SetLayerBlendType(_, _, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase()
H A Dhdidevice_test.cpp183 EXPECT_EQ(HdiDeviceTest::hdiDevice_->SetLayerBlendType(screenId, layerId, blendType), GRAPHIC_DISPLAY_SUCCESS); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp121 device->SetLayerBlendType(screenId, layerId, btype); in HdiDeviceFuzzTest2()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h76 MOCK_METHOD3(SetLayerBlendType, int32_t(uint32_t, uint32_t, GraphicBlendType));
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp317 int32_t HdiLayer::SetLayerBlendType() in SetLayerBlendType() function in OHOS::Rosen::HdiLayer
323 int32_t ret = device_->SetLayerBlendType(screenId_, layerId_, layerInfo_->GetBlendType()); in SetLayerBlendType()
538 ret = SetLayerBlendType(); in SetHdiLayerInfo()
539 CheckRet(ret, "SetLayerBlendType"); in SetHdiLayerInfo()
H A Dhdi_device_impl.cpp517 int32_t HdiDeviceImpl::SetLayerBlendType(uint32_t screenId, uint32_t layerId, GraphicBlendType type) in SetLayerBlendType() function in OHOS::Rosen::HdiDeviceImpl
521 return g_composer->SetLayerBlendType(screenId, layerId, hdiBlendType); in SetLayerBlendType()

Completed in 7 milliseconds