Home
last modified time | relevance | path

Searched refs:setColorTransform (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp101 void Display::setColorTransform(const compositionengine::CompositionRefreshArgs& args) { in setColorTransform() function in android::compositionengine::impl::Display
102 Output::setColorTransform(args); in setColorTransform()
109 status_t result = hwc.setColorTransform(*halDisplayId, *args.colorTransformMatrix); in setColorTransform()
DOutput.cpp256 void Output::setColorTransform(const compositionengine::CompositionRefreshArgs& args) { in setColorTransform() function in android::compositionengine::impl::Output
464 setColorTransform(refreshArgs); in present()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWC2.h75 MOCK_METHOD1(setColorTransform, Error(const android::mat4&));
DDisplayTest.cpp371 mDisplay->setColorTransform(refreshArgs); in TEST_F()
376 EXPECT_CALL(mHwComposer, setColorTransform(HalDisplayId(DEFAULT_DISPLAY_ID), kIdentity)) in TEST_F()
380 mDisplay->setColorTransform(refreshArgs); in TEST_F()
385 EXPECT_CALL(mHwComposer, setColorTransform(HalDisplayId(DEFAULT_DISPLAY_ID), kNonIdentity)) in TEST_F()
389 mDisplay->setColorTransform(refreshArgs); in TEST_F()
DMockHWComposer.h69 MOCK_METHOD2(setColorTransform, status_t(HalDisplayId, const mat4&));
DOutputTest.cpp464 mOutput->setColorTransform(refreshArgs); in TEST_F()
481 mOutput->setColorTransform(refreshArgs); in TEST_F()
497 mOutput->setColorTransform(refreshArgs); in TEST_F()
513 mOutput->setColorTransform(refreshArgs); in TEST_F()
529 mOutput->setColorTransform(refreshArgs); in TEST_F()
2011 MOCK_METHOD1(setColorTransform, void(const compositionengine::CompositionRefreshArgs&));
2042 EXPECT_CALL(mOutput, setColorTransform(Ref(args))); in TEST_F()
2063 EXPECT_CALL(mOutput, setColorTransform(Ref(args))); in TEST_F()
5473 MOCK_METHOD1(setColorTransform, void(const compositionengine::CompositionRefreshArgs&));
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWC2.h74 MOCK_METHOD(hal::Error, setColorTransform, (const android::mat4 &), (override));
141 MOCK_METHOD(hal::Error, setColorTransform, (const android::mat4 &), (override));
DMockComposer.h94 MOCK_METHOD2(setColorTransform, Error(Display, const float*));
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplay.h53 void setColorTransform(const CompositionRefreshArgs&) override;
DOutput.h57 void setColorTransform(const compositionengine::CompositionRefreshArgs&) override;
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h150 [[nodiscard]] virtual hal::Error setColorTransform(const android::mat4& matrix) = 0;
237 hal::Error setColorTransform(const android::mat4& matrix) override;
347 [[nodiscard]] virtual hal::Error setColorTransform(const android::mat4& matrix) = 0;
398 hal::Error setColorTransform(const android::mat4& matrix) override;
DHWComposer.h169 virtual status_t setColorTransform(HalDisplayId, const mat4& transform) = 0;
372 status_t setColorTransform(HalDisplayId, const mat4& transform) override;
DHWC2.cpp484 Error Display::setColorTransform(const android::mat4& matrix) { in setColorTransform() function in android::HWC2::impl::Display
485 auto intError = mComposer.setColorTransform(mId, matrix.asArray()); in setColorTransform()
986 Error Layer::setColorTransform(const android::mat4& matrix) { in setColorTransform() function in android::HWC2::impl::Layer
DAidlComposerHal.h130 Error setColorTransform(Display display, const float* matrix) override;
DComposerHal.h169 virtual Error setColorTransform(Display display, const float* matrix) = 0;
DHidlComposerHal.h232 Error setColorTransform(Display display, const float* matrix) override;
DHWComposer.cpp683 status_t HWComposer::setColorTransform(HalDisplayId displayId, const mat4& transform) { in setColorTransform() function in android::impl::HWComposer
687 auto error = displayData.hwcDisplay->setColorTransform(transform); in setColorTransform()
DHidlComposerHal.cpp638 Error HidlComposer::setColorTransform(Display display, const float* matrix) { in setColorTransform() function in android::Hwc2::HidlComposer
641 mWriter.setColorTransform(matrix, in setColorTransform()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h51 MOCK_METHOD1(setColorTransform, void(const compositionengine::CompositionRefreshArgs&));
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
DStubTransaction.java134 public SurfaceControl.Transaction setColorTransform(SurfaceControl sc, float[] matrix, in setColorTransform() method in StubTransaction
/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
DStubTransaction.java132 public SurfaceControl.Transaction setColorTransform(SurfaceControl sc, float[] matrix, in setColorTransform() method in StubTransaction
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h296 virtual void setColorTransform(const CompositionRefreshArgs&) = 0;
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.h167 void setColorTransform(const mat4& colorTransform);
/frameworks/native/services/surfaceflinger/tests/
DLayerRenderTypeTransaction_test.cpp1479 Transaction().setColor(colorLayer, color).setColorTransform(colorLayer, matrix, vec3()).apply(); in TEST_P()
1535 .setColorTransform(parentLayer, matrix, vec3()) in TEST_P()
1603 .setColorTransform(parentLayer, matrixParent, vec3()) in TEST_P()
1604 .setColorTransform(colorLayer, matrixChild, vec3()) in TEST_P()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp309 EXPECT_CALL(*test->mComposer, setColorTransform(HWC_DISPLAY, IsIdentityMatrix())).Times(1); in setupCommonCompositionCallExpectations()
426 EXPECT_CALL(*test->mComposer, setColorTransform(HWC_DISPLAY, IsIdentityMatrix())).Times(1); in setupCommonCompositionCallExpectations()

12