Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h115 int32_t SetLayerColorDataSpace();
H A Dhdi_device_impl.h83 int32_t SetLayerColorDataSpace(uint32_t screenId, uint32_t layerId, GraphicColorDataSpace colorSpace) override;
H A Dhdi_device.h86 virtual int32_t SetLayerColorDataSpace(uint32_t screenId, uint32_t layerId, GraphicColorDataSpace colorSpace) = 0;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h80 MOCK_METHOD3(SetLayerColorDataSpace, int32_t(uint32_t, uint32_t, GraphicColorDataSpace));
/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.cpp193 EXPECT_EQ(HdiDeviceTest::hdiDevice_->SetLayerColorDataSpace(screenId, layerId, colorSpace), in HWTEST_F()
/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()
/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));
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp389 int32_t HdiLayer::SetLayerColorDataSpace() in SetLayerColorDataSpace() function in OHOS::Rosen::HdiLayer
396 device_->SetLayerColorDataSpace(screenId_, layerId_, layerInfo_->GetColorDataSpace()); in SetLayerColorDataSpace()
548 ret = SetLayerColorDataSpace(); in SetHdiLayerInfo()
549 CheckRet(ret, "SetLayerColorDataSpace"); in SetHdiLayerInfo()
H A Dhdi_device_impl.cpp569 int32_t HdiDeviceImpl::SetLayerColorDataSpace(uint32_t screenId, uint32_t layerId, GraphicColorDataSpace colorSpace) in SetLayerColorDataSpace() function in OHOS::Rosen::HdiDeviceImpl
573 return g_composer->SetLayerColorDataSpace(screenId, layerId, hdiColorDataSpace); in SetLayerColorDataSpace()

Completed in 7 milliseconds