Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp203 for (auto hwcIntent : hwcIntents) { in getHwcRenderIntent() local
204 if (candidate == hwcIntent) { in getHwcRenderIntent()
702 const RenderIntent hwcIntent = getHwcRenderIntent(hwcIntents, intent); in addColorMode() local
711 decodeColorMode(hwcColorMode).c_str(), decodeRenderIntent(hwcIntent).c_str()); in addColorMode()
713 mColorModes[getColorModeKey(dataspace, intent)] = {hwcDataspace, hwcColorMode, hwcIntent}; in addColorMode()