Searched refs:getSkipColorTransform (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | ScreenCaptureOutput.h | 63 bool getSkipColorTransform() const override { return false; } in getSkipColorTransform() function
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | Display.h | 61 bool getSkipColorTransform() const override;
|
D | Output.h | 139 bool getSkipColorTransform() const override;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | Output.h | 122 MOCK_CONST_METHOD0(getSkipColorTransform, bool());
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | Output.h | 315 virtual bool getSkipColorTransform() const = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Display.cpp | 291 bool Display::getSkipColorTransform() const { in getSkipColorTransform() function in android::compositionengine::impl::Display
|
D | Output.cpp | 1427 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/ |
D | OutputTest.cpp | 3517 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 …]
|
D | DisplayTest.cpp | 690 EXPECT_TRUE(gpuDisplay->getSkipColorTransform()); in TEST_F() 698 EXPECT_TRUE(mDisplay->getSkipColorTransform()); in TEST_F()
|