Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DScreenCaptureOutput.h63 bool getSkipColorTransform() const override { return false; } in getSkipColorTransform() function
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplay.h61 bool getSkipColorTransform() const override;
DOutput.h139 bool getSkipColorTransform() const override;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h122 MOCK_CONST_METHOD0(getSkipColorTransform, bool());
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h315 virtual bool getSkipColorTransform() const = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp291 bool Display::getSkipColorTransform() const { in getSkipColorTransform() function in android::compositionengine::impl::Display
DOutput.cpp1427 outputState.usesDeviceComposition || getSkipColorTransform(); in generateClientCompositionDisplaySettings()
1645 outputState.usesDeviceComposition || getSkipColorTransform()); in renderCachedSets()
1662 bool Output::getSkipColorTransform() const { in getSkipColorTransform() function in android::compositionengine::impl::Output
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp3517 MOCK_CONST_METHOD0(getSkipColorTransform, bool());
3684 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3711 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3745 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3778 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3808 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3841 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3884 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3929 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
4018 EXPECT_CALL(getInstance()->mOutput, getSkipColorTransform()) in andIfSkipColorTransform()
[all …]
DDisplayTest.cpp690 EXPECT_TRUE(gpuDisplay->getSkipColorTransform()); in TEST_F()
698 EXPECT_TRUE(mDisplay->getSkipColorTransform()); in TEST_F()