Home
last modified time | relevance | path

Searched refs:getSkipColorTransform (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/
DScreenCaptureOutput.h66 bool getSkipColorTransform() const override { return false; } in getSkipColorTransform() function
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplay.h62 bool getSkipColorTransform() const override;
DOutput.h142 bool getSkipColorTransform() const override;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h123 MOCK_CONST_METHOD0(getSkipColorTransform, bool());
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h318 virtual bool getSkipColorTransform() const = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp304 bool Display::getSkipColorTransform() const { in getSkipColorTransform() function in android::compositionengine::impl::Display
DOutput.cpp1489 outputState.usesDeviceComposition || getSkipColorTransform(); in generateClientCompositionDisplaySettings()
1699 outputState.usesDeviceComposition || getSkipColorTransform()); in renderCachedSets()
1716 bool Output::getSkipColorTransform() const { in getSkipColorTransform() function in android::compositionengine::impl::Output
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp3464 MOCK_CONST_METHOD0(getSkipColorTransform, bool());
3631 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3658 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3692 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3725 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3755 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3788 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3831 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3876 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3965 EXPECT_CALL(getInstance()->mOutput, getSkipColorTransform()) in andIfSkipColorTransform()
[all …]
DDisplayTest.cpp696 EXPECT_TRUE(gpuDisplay->getSkipColorTransform()); in TEST_F()
704 EXPECT_TRUE(mDisplay->getSkipColorTransform()); in TEST_F()