Searched refs:setColorProfile (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | Display.h | 52 void setColorProfile(const ColorProfile&) override;
|
D | Output.h | 51 void setColorProfile(const ColorProfile&) override;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Display.cpp | 108 void Display::setColorProfile(const ColorProfile& colorProfile) { in setColorProfile() function in android::compositionengine::impl::Display 125 Output::setColorProfile(colorProfile); in setColorProfile()
|
D | Output.cpp | 243 void Output::setColorProfile(const ColorProfile& colorProfile) { in setColorProfile() function in android::compositionengine::impl::Output 794 setColorProfile(pickColorProfile(refreshArgs)); in updateColorProfile()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | Output.h | 46 MOCK_METHOD1(setColorProfile, void(const ColorProfile&));
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | Output.h | 185 virtual void setColorProfile(const ColorProfile&) = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | DisplayTest.cpp | 400 mDisplay->setColorProfile(ColorProfile{ui::ColorMode::NATIVE, ui::Dataspace::UNKNOWN, in TEST_F() 415 mDisplay->setColorProfile(ColorProfile{ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F() 440 virtualDisplay->setColorProfile( in TEST_F()
|
D | OutputTest.cpp | 519 mOutput->setColorProfile(ColorProfile{ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F() 544 mOutput->setColorProfile(ColorProfile{ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F() 1805 MOCK_METHOD1(setColorProfile, void(const ColorProfile&)); 1856 setColorProfile(ColorProfileEq( in TEST_F() 1885 setColorProfile( in expectBestColorModeCallResultUsedToSetColorProfile() 1940 setColorProfile(ColorProfileEq( in thenExpectSetColorProfileCallUsesColorSpaceAgnosticDataspace() 1974 EXPECT_CALL(mOutput, setColorProfile(_)).WillRepeatedly(Return()); in OutputUpdateColorProfileTest_TopmostLayerPreferenceSetsOutputPreference() 2096 EXPECT_CALL(mOutput, setColorProfile(_)).WillRepeatedly(Return()); in OutputUpdateColorProfileTest_ForceOutputColorOverrides() 2149 EXPECT_CALL(mOutput, setColorProfile(_)).WillRepeatedly(Return()); in OutputUpdateColorProfileTest_Hdr() 2429 EXPECT_CALL(mOutput, setColorProfile(_)).WillRepeatedly(Return()); in OutputUpdateColorProfile_AffectsChosenRenderIntentTest()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 1350 display->getCompositionDisplay()->setColorProfile( in setActiveColorMode() 2714 display->getCompositionDisplay()->setColorProfile( in setupNewDisplayDeviceInternal()
|