Home
last modified time | relevance | path

Searched refs:getColorModeKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp713 mColorModes[getColorModeKey(dataspace, intent)] = {hwcDataspace, hwcColorMode, hwcIntent}; in addColorMode()
760 auto iter = mColorModes.find(getColorModeKey(Dataspace::SRGB, intent)); in hasRenderIntent()
768 mColorModes.find(getColorModeKey(dataspace, RenderIntent::TONE_MAP_COLORIMETRIC)); in hasLegacyHdrSupport()
778 auto iter = mColorModes.find(getColorModeKey(dataspace, intent)); in getBestColorMode()
DDisplayDevice.h303 static ColorModeKey getColorModeKey(ui::Dataspace dataspace, ui::RenderIntent intent) { in getColorModeKey() function