Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DDisplay.h54 bool getSkipColorTransform() const override;
H A DOutput.h111 bool getSkipColorTransform() const override;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
H A DOutput.h110 MOCK_CONST_METHOD0(getSkipColorTransform, bool());
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DOutput.h294 virtual bool getSkipColorTransform() const = 0;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DDisplay.cpp252 bool Display::getSkipColorTransform() const { in getSkipColorTransform() function in android::compositionengine::impl::Display
H A DOutput.cpp1077 if (!outputState.usesDeviceComposition && !getSkipColorTransform()) { in composeSurfaces()
1344 bool Output::getSkipColorTransform() const { in getSkipColorTransform() function in android::compositionengine::impl::Output
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp2994 MOCK_CONST_METHOD0(getSkipColorTransform, bool());
3141 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3164 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3194 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3222 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3251 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3280 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3315 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in TEST_F()
3369 EXPECT_CALL(getInstance()->mOutput, getSkipColorTransform()) in andIfSkipColorTransform()
3468 EXPECT_CALL(mOutput, getSkipColorTransform()).WillRepeatedly(Return(false)); in OutputComposeSurfacesTest_HandlesProtectedContent()
[all …]
H A DDisplayTest.cpp661 EXPECT_TRUE(gpuDisplay->getSkipColorTransform()); in TEST_F()
669 EXPECT_TRUE(mDisplay->getSkipColorTransform()); in TEST_F()