Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayDevice_GetBestColorModeTest.cpp45 void getBestColorMode() { in getBestColorMode() function in android::__anon2285ccca0111::GetBestColorModeTest
55 ->getBestColorMode(mInputDataspace, mInputRenderIntent, &mOutDataspace, in getBestColorMode()
77 getBestColorMode(); in TEST_F()
95 getBestColorMode(); in TEST_F()
109 getBestColorMode(); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DDisplayColorProfile.h34 MOCK_CONST_METHOD5(getBestColorMode,
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DDisplayColorProfile.h62 virtual void getBestColorMode(ui::Dataspace dataspace, ui::RenderIntent intent,
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplayColorProfile.h43 void getBestColorMode(ui::Dataspace dataspace, ui::RenderIntent intent,
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp357 void DisplayColorProfile::getBestColorMode(Dataspace dataspace, RenderIntent intent, in getBestColorMode() function in android::compositionengine::impl::DisplayColorProfile
DOutput.cpp896 mDisplayColorProfile->getBestColorMode(bestDataSpace, intent, &outDataSpace, &outMode, in pickColorProfile()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp1880 getBestColorMode(ui::Dataspace::V0_SRGB, ui::RenderIntent::ENHANCE, _, _, in expectBestColorModeCallResultUsedToSetColorProfile()
1919 getBestColorMode(ui::Dataspace::V0_SRGB, ui::RenderIntent::ENHANCE, _, _, _)) in OutputUpdateColorProfileTest_ColorSpaceAgnosticeDataspaceAffectsSetColorProfile()
2014 getBestColorMode(dataspace, _, _, _, _)); in thenExpectBestColorModeCallUses()
2112 getBestColorMode(dataspace, _, _, _, _)); in thenExpectBestColorModeCallUses()
2206 getBestColorMode(dataspace, _, _, _, _)); in thenExpectBestColorModeCallUses()
2465 getBestColorMode(getInstance()->mLayer1.mLayerFEState.dataspace, intent, _, in thenExpectBestColorModeCallUses()
DDisplayColorProfileTest.cpp438 profile.getBestColorMode(std::get<0>(kArgs[i]), std::get<1>(kArgs[i]), &std::get<0>(actual), in checkGetBestColorMode()