Searched refs:SetLayerColorTransform (Results 1 - 11 of 11) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer.h | 114 int32_t SetLayerColorTransform();
|
H A D | hdi_device_impl.h | 82 int32_t SetLayerColorTransform(uint32_t screenId, uint32_t layerId, const std::vector<float> &matrix) override;
|
H A D | hdi_device.h | 85 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 D | mock_hdi_device.h | 79 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 D | mock_hdi_device.h | 80 MOCK_METHOD3(SetLayerColorTransform, int32_t(uint32_t, uint32_t, const std::vector<float> &matrix));
|
H A D | hdilayer_test.cpp | 77 EXPECT_CALL(*hdiDeviceMock_, SetLayerColorTransform(_, _, _)).WillRepeatedly(testing::Return(0));
in SetUpTestCase()
|
H A D | hdidevice_test.cpp | 190 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 D | hdidevice_fuzzer.cpp | 125 device->SetLayerColorTransform(screenId, layerId, matrix); in HdiDeviceFuzzTest2()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | mock_hdi_device_systest.h | 81 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 D | hdi_layer.cpp | 371 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 D | hdi_device_impl.cpp | 563 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