Searched refs:getTargetDataspace (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | DisplayColorProfile.h | 46 MOCK_CONST_METHOD3(getTargetDataspace,
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | DisplayColorProfile.h | 90 virtual ui::Dataspace getTargetDataspace(ui::ColorMode, ui::Dataspace,
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | DisplayColorProfile.h | 58 ui::Dataspace getTargetDataspace(ui::ColorMode, ui::Dataspace, ui::Dataspace) const override;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | DisplayColorProfileTest.cpp | 659 profile.getTargetDataspace(ColorMode::DISPLAY_P3, Dataspace::DISPLAY_P3, in TEST_F() 664 profile.getTargetDataspace(ColorMode::DISPLAY_P3, Dataspace::DISPLAY_P3, in TEST_F() 669 profile.getTargetDataspace(ColorMode::BT2100_PQ, Dataspace::BT2020_PQ, in TEST_F()
|
D | DisplayTest.cpp | 432 EXPECT_CALL(*colorProfile, getTargetDataspace(_, _, _)) in TEST_F() 478 getTargetDataspace(ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F()
|
D | OutputTest.cpp | 385 getTargetDataspace(ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F() 406 getTargetDataspace(ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | DisplayColorProfile.cpp | 394 ui::Dataspace DisplayColorProfile::getTargetDataspace(ColorMode mode, Dataspace dataspace, in getTargetDataspace() function in android::compositionengine::impl::DisplayColorProfile
|
D | Display.cpp | 125 getDisplayColorProfile()->getTargetDataspace(colorProfile.mode, colorProfile.dataspace, in setColorProfile()
|
D | Output.cpp | 153 getDisplayColorProfile()->getTargetDataspace(colorProfile.mode, colorProfile.dataspace, in setColorProfile()
|