Home
last modified time | relevance | path

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

12

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp113 void Display::setColorTransform(const compositionengine::CompositionRefreshArgs& args) { in setColorTransform() function in android::compositionengine::impl::Display
114 Output::setColorTransform(args); in setColorTransform()
121 status_t result = hwc.setColorTransform(*halDisplayId, *args.colorTransformMatrix); in setColorTransform()
DOutput.cpp262 void Output::setColorTransform(const compositionengine::CompositionRefreshArgs& args) { in setColorTransform() function in android::compositionengine::impl::Output
470 setColorTransform(refreshArgs); in present()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWC2.h76 MOCK_METHOD(hal::Error, setColorTransform, (const android::mat4 &), (override));
156 MOCK_METHOD(hal::Error, setColorTransform, (const android::mat4 &), (override));
DMockHWComposer.h62 MOCK_METHOD(status_t, setColorTransform, (HalDisplayId, const mat4&), (override));
DMockComposer.h95 MOCK_METHOD2(setColorTransform, Error(Display, const float*));
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplay.h54 void setColorTransform(const CompositionRefreshArgs&) override;
DOutput.h59 void setColorTransform(const compositionengine::CompositionRefreshArgs&) override;
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h164 [[nodiscard]] virtual hal::Error setColorTransform(const android::mat4& matrix) = 0;
261 hal::Error setColorTransform(const android::mat4& matrix) override;
383 [[nodiscard]] virtual hal::Error setColorTransform(const android::mat4& matrix) = 0;
438 hal::Error setColorTransform(const android::mat4& matrix) override;
DHWComposer.h182 virtual status_t setColorTransform(HalDisplayId, const mat4& transform) = 0;
395 status_t setColorTransform(HalDisplayId, const mat4& transform) override;
DHWC2.cpp488 Error Display::setColorTransform(const android::mat4& matrix) { in setColorTransform() function in android::HWC2::impl::Display
489 auto intError = mComposer.setColorTransform(mId, matrix.asArray()); in setColorTransform()
1057 Error Layer::setColorTransform(const android::mat4& matrix) { in setColorTransform() function in android::HWC2::impl::Layer
DComposerHal.h178 virtual Error setColorTransform(Display display, const float* matrix) = 0;
DAidlComposerHal.h128 Error setColorTransform(Display display, const float* matrix) override;
DHidlComposerHal.h235 Error setColorTransform(Display display, const float* matrix) override;
DHWComposer.cpp751 status_t HWComposer::setColorTransform(HalDisplayId displayId, const mat4& transform) { in setColorTransform() function in android::impl::HWComposer
755 auto error = displayData.hwcDisplay->setColorTransform(transform); in setColorTransform()
DHidlComposerHal.cpp649 Error HidlComposer::setColorTransform(Display display, const float* matrix) { in setColorTransform() function in android::Hwc2::HidlComposer
652 mWriter.setColorTransform(matrix, in setColorTransform()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h52 MOCK_METHOD1(setColorTransform, void(const compositionengine::CompositionRefreshArgs&));
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp375 mDisplay->setColorTransform(refreshArgs); in TEST_F()
380 EXPECT_CALL(mHwComposer, setColorTransform(HalDisplayId(DEFAULT_DISPLAY_ID), kIdentity)) in TEST_F()
384 mDisplay->setColorTransform(refreshArgs); in TEST_F()
389 EXPECT_CALL(mHwComposer, setColorTransform(HalDisplayId(DEFAULT_DISPLAY_ID), kNonIdentity)) in TEST_F()
393 mDisplay->setColorTransform(refreshArgs); in TEST_F()
DOutputTest.cpp490 mOutput->setColorTransform(refreshArgs); in TEST_F()
507 mOutput->setColorTransform(refreshArgs); in TEST_F()
523 mOutput->setColorTransform(refreshArgs); in TEST_F()
539 mOutput->setColorTransform(refreshArgs); in TEST_F()
555 mOutput->setColorTransform(refreshArgs); in TEST_F()
2052 MOCK_METHOD1(setColorTransform, void(const compositionengine::CompositionRefreshArgs&));
2083 EXPECT_CALL(mOutput, setColorTransform(Ref(args))); in TEST_F()
2104 EXPECT_CALL(mOutput, setColorTransform(Ref(args))); in TEST_F()
5555 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.java139 public SurfaceControl.Transaction setColorTransform(SurfaceControl sc, float[] matrix, in setColorTransform() method in StubTransaction
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h299 virtual void setColorTransform(const CompositionRefreshArgs&) = 0;
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.h167 void setColorTransform(const mat4& colorTransform);
DGLESRenderEngine.cpp1159 setColorTransform(display.colorTransform * layer->colorTransform); in drawLayers()
1311 void GLESRenderEngine::setColorTransform(const mat4& colorTransform) { in setColorTransform() function in android::renderengine::gl::GLESRenderEngine
/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.cpp301 EXPECT_CALL(*test->mComposer, setColorTransform(HWC_DISPLAY, IsIdentityMatrix())).Times(1); in setupCommonCompositionCallExpectations()
418 EXPECT_CALL(*test->mComposer, setColorTransform(HWC_DISPLAY, IsIdentityMatrix())).Times(1); in setupCommonCompositionCallExpectations()

12