Searched refs:getSkipColorTransform (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | ScreenCaptureOutput.h | 66 bool getSkipColorTransform() const override { return false; } in getSkipColorTransform() function
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | Display.h | 62 bool getSkipColorTransform() const override;
|
D | Output.h | 142 bool getSkipColorTransform() const override;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | Output.h | 123 MOCK_CONST_METHOD0(getSkipColorTransform, bool());
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | Output.h | 318 virtual bool getSkipColorTransform() const = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Display.cpp | 304 bool Display::getSkipColorTransform() const { in getSkipColorTransform() function in android::compositionengine::impl::Display
|
D | Output.cpp | 1489 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/ |
D | OutputTest.cpp | 3464 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 …]
|
D | DisplayTest.cpp | 696 EXPECT_TRUE(gpuDisplay->getSkipColorTransform()); in TEST_F() 704 EXPECT_TRUE(mDisplay->getSkipColorTransform()); in TEST_F()
|