Searched refs:getBestColorMode (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | DisplayDevice_GetBestColorModeTest.cpp | 45 void getBestColorMode() { in getBestColorMode() function in android::__anon110c03e30111::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/ |
D | DisplayColorProfile.h | 34 MOCK_CONST_METHOD5(getBestColorMode,
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | DisplayColorProfile.h | 62 virtual void getBestColorMode(ui::Dataspace dataspace, ui::RenderIntent intent,
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | DisplayColorProfile.h | 43 void getBestColorMode(ui::Dataspace dataspace, ui::RenderIntent intent,
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | DisplayColorProfile.cpp | 346 void DisplayColorProfile::getBestColorMode(Dataspace dataspace, RenderIntent intent, in getBestColorMode() function in android::compositionengine::impl::DisplayColorProfile
|
D | Output.cpp | 1048 mDisplayColorProfile->getBestColorMode(bestDataSpace, intent, &outDataSpace, &outMode, in pickColorProfile()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | DisplayColorProfileTest.cpp | 405 profile.getBestColorMode(std::get<0>(kArgs[i]), std::get<1>(kArgs[i]), &std::get<0>(actual), in checkGetBestColorMode()
|
D | OutputTest.cpp | 2160 getBestColorMode(ui::Dataspace::V0_SRGB, ui::RenderIntent::ENHANCE, _, _, in expectBestColorModeCallResultUsedToSetColorProfile() 2243 getBestColorMode(dataspace, _, _, _, _)); in thenExpectBestColorModeCallUses() 2340 getBestColorMode(dataspace, _, _, _, _)); in thenExpectBestColorModeCallUses() 2433 getBestColorMode(dataspace, _, _, _, _)); in thenExpectBestColorModeCallUses() 2691 getBestColorMode(getInstance()->mLayer1.mLayerFEState.dataspace, intent, _, in thenExpectBestColorModeCallUses()
|