Searched refs:SetLayerBlendType (Results 1 - 11 of 11) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer.h | 109 int32_t SetLayerBlendType();
|
H A D | hdi_device_impl.h | 77 int32_t SetLayerBlendType(uint32_t screenId, uint32_t layerId, GraphicBlendType type) override;
|
H A D | hdi_device.h | 80 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 D | mock_hdi_device.h | 74 MOCK_METHOD3(SetLayerBlendType, int32_t(uint32_t, uint32_t, GraphicBlendType));
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | mock_hdi_device.h | 75 MOCK_METHOD3(SetLayerBlendType, int32_t(uint32_t, uint32_t, GraphicBlendType));
|
H A D | hdilayer_test.cpp | 73 EXPECT_CALL(*hdiDeviceMock_, SetLayerBlendType(_, _, _)).WillRepeatedly(testing::Return(0));
in SetUpTestCase()
|
H A D | hdidevice_test.cpp | 183 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 D | hdidevice_fuzzer.cpp | 121 device->SetLayerBlendType(screenId, layerId, btype); in HdiDeviceFuzzTest2()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | mock_hdi_device_systest.h | 76 MOCK_METHOD3(SetLayerBlendType, int32_t(uint32_t, uint32_t, GraphicBlendType));
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_layer.cpp | 317 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 D | hdi_device_impl.cpp | 517 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