Searched refs:getSkipColorTransform (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
H A D | Display.h | 54 bool getSkipColorTransform() const override;
|
H A D | Output.h | 111 bool getSkipColorTransform() const override;
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
H A D | Output.h | 110 MOCK_CONST_METHOD0(getSkipColorTransform, bool());
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
H A D | Output.h | 294 virtual bool getSkipColorTransform() const = 0;
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
H A D | Display.cpp | 252 bool Display::getSkipColorTransform() const { in getSkipColorTransform() function in android::compositionengine::impl::Display
|
H A D | Output.cpp | 1077 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 D | OutputTest.cpp | 2994 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 D | DisplayTest.cpp | 661 EXPECT_TRUE(gpuDisplay->getSkipColorTransform()); in TEST_F() 669 EXPECT_TRUE(mDisplay->getSkipColorTransform()); in TEST_F()
|