Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h114 int32_t SetLayerColorTransform();
H A Dhdi_device_impl.h82 int32_t SetLayerColorTransform(uint32_t screenId, uint32_t layerId, const std::vector<float> &matrix) override;
H A Dhdi_device.h85 virtual int32_t SetLayerColorTransform(uint32_t screenId, uint32_t layerId, const std::vector<float> &matrix) = 0;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h79 MOCK_METHOD3(SetLayerColorTransform, int32_t(uint32_t, uint32_t, const std::vector<float> &matrix));
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dmock_hdi_device.h80 MOCK_METHOD3(SetLayerColorTransform, int32_t(uint32_t, uint32_t, const std::vector<float> &matrix));
H A Dhdilayer_test.cpp77 EXPECT_CALL(*hdiDeviceMock_, SetLayerColorTransform(_, _, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase()
H A Dhdidevice_test.cpp190 EXPECT_EQ(HdiDeviceTest::hdiDevice_->SetLayerColorTransform(screenId, layerId, matrix), in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp125 device->SetLayerColorTransform(screenId, layerId, matrix); in HdiDeviceFuzzTest2()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h81 MOCK_METHOD3(SetLayerColorTransform, int32_t(uint32_t, uint32_t, const std::vector<float> &matrix));
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp371 int32_t HdiLayer::SetLayerColorTransform() in SetLayerColorTransform() function in OHOS::Rosen::HdiLayer
383 device_->SetLayerColorTransform(screenId_, layerId_, curMatrix); in SetLayerColorTransform()
547 (void)SetLayerColorTransform(); in SetHdiLayerInfo()
H A Dhdi_device_impl.cpp563 int32_t HdiDeviceImpl::SetLayerColorTransform(uint32_t screenId, uint32_t layerId, const std::vector<float> &matrix) in SetLayerColorTransform() function in OHOS::Rosen::HdiDeviceImpl
566 return g_composer->SetLayerColorTransform(screenId, layerId, matrix); in SetLayerColorTransform()

Completed in 6 milliseconds