Home
last modified time | relevance | path

Searched refs:SetLayerColorDataSpace (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h115 int32_t SetLayerColorDataSpace();
H A Dhdi_device.h86 …virtual int32_t SetLayerColorDataSpace(uint32_t screenId, uint32_t layerId, GraphicColorDataSpace …
H A Dhdi_device_impl.h84 …int32_t SetLayerColorDataSpace(uint32_t screenId, uint32_t layerId, GraphicColorDataSpace colorSpa…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp395 int32_t HdiLayer::SetLayerColorDataSpace() in SetLayerColorDataSpace() function in OHOS::Rosen::HdiLayer
402 device_->SetLayerColorDataSpace(screenId_, layerId_, layerInfo_->GetColorDataSpace()); in SetLayerColorDataSpace()
557 ret = SetLayerColorDataSpace(); in SetHdiLayerInfo()
H A Dhdi_device_impl.cpp568 int32_t HdiDeviceImpl::SetLayerColorDataSpace(uint32_t screenId, uint32_t layerId, GraphicColorData… in SetLayerColorDataSpace() function in OHOS::Rosen::HdiDeviceImpl
572 return g_composer->SetLayerColorDataSpace(screenId, layerId, hdiColorDataSpace); in SetLayerColorDataSpace()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h661 int32_t (*SetLayerColorDataSpace)(uint32_t devId, uint32_t layerId, ColorDataSpace colorSpace); member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h82 MOCK_METHOD3(SetLayerColorDataSpace, int32_t(uint32_t, uint32_t, GraphicColorDataSpace));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dmock_hdi_device.h81 MOCK_METHOD3(SetLayerColorDataSpace, int32_t(uint32_t, uint32_t, GraphicColorDataSpace));
H A Dhdilayer_test.cpp78 … EXPECT_CALL(*hdiDeviceMock_, SetLayerColorDataSpace(_, _, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase()
H A Dhdidevice_test.cpp163 ASSERT_EQ(HdiDeviceTest::hdiDevice_->SetLayerColorDataSpace(screenId, layerId, colorSpace),
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h79 MOCK_METHOD3(SetLayerColorDataSpace, int32_t(uint32_t, uint32_t, GraphicColorDataSpace));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp126 device->SetLayerColorDataSpace(screenId, layerId, colorSpace); in HdiDeviceFuzzTest2()
/ohos5.0/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h806 …virtual int32_t SetLayerColorDataSpace(uint32_t devId, uint32_t layerId, const ColorDataSpace colo…
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h441 …virtual int32_t SetLayerColorDataSpace(uint32_t devId, uint32_t layerId, const ColorDataSpace colo… in SetLayerColorDataSpace() function