Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DDisplayColorProfile.h34 MOCK_CONST_METHOD5(getBestColorMode,
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DDisplayColorProfile.h61 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.cpp716 mDisplayColorProfile->getBestColorMode(bestDataSpace, intent, &outDataSpace, &outMode, in pickColorProfile()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp1365 void getBestColorMode() { in getBestColorMode() function in android::__anon968546880111::GetBestColorModeTest
1375 ->getBestColorMode(mInputDataspace, mInputRenderIntent, &mOutDataspace, in getBestColorMode()
1397 getBestColorMode(); in TEST_F()
1415 getBestColorMode(); in TEST_F()
1429 getBestColorMode(); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp1660 getBestColorMode(ui::Dataspace::V0_SRGB, ui::RenderIntent::ENHANCE, _, _, in expectBestColorModeCallResultUsedToSetColorProfile()
1699 getBestColorMode(ui::Dataspace::V0_SRGB, ui::RenderIntent::ENHANCE, _, _, _)) in OutputUpdateColorProfileTest_ColorSpaceAgnosticeDataspaceAffectsSetColorProfile()
1794 getBestColorMode(dataspace, _, _, _, _)); in thenExpectBestColorModeCallUses()
1892 getBestColorMode(dataspace, _, _, _, _)); in thenExpectBestColorModeCallUses()
1986 getBestColorMode(dataspace, _, _, _, _)); in thenExpectBestColorModeCallUses()
2245 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()