Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp174 for (auto hwcIntent : hwcIntents) { in getHwcRenderIntent() local
175 if (candidate == hwcIntent) { in getHwcRenderIntent()
325 const RenderIntent hwcIntent = getHwcRenderIntent(hwcIntents, intent); in addColorMode() local
334 decodeColorMode(hwcColorMode).c_str(), decodeRenderIntent(hwcIntent).c_str()); in addColorMode()
336 mColorModes[getColorModeKey(dataspace, intent)] = {hwcDataspace, hwcColorMode, hwcIntent}; in addColorMode()