Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/
DColorManager.cpp29 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in getColorModes() local
31 const ColorModesMap colorModeMap = displayColorInterface == nullptr in getColorModes()
33 : displayColorInterface->ColorModesAndRenderIntents(display); in getColorModes()
61 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in setColorMode() local
63 const ColorModesMap colorModeMap = displayColorInterface == nullptr in setColorMode()
65 : displayColorInterface->ColorModesAndRenderIntents(display); in setColorMode()
82 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in getRenderIntents() local
84 const ColorModesMap colorModeMap = displayColorInterface == nullptr in getRenderIntents()
86 : displayColorInterface->ColorModesAndRenderIntents(display); in getRenderIntents()
115 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in setColorModeWithRenderIntent() local
[all …]
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.cpp153 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in getClientTargetProperty() local
154 if (displayColorInterface == nullptr) { in getClientTargetProperty()
163 if (!displayColorInterface->GetBlendingProperty(display, pixelFormat, dataspace, in getClientTargetProperty()
181 auto displayColorInterface = getDisplayColorInterface(); in updateBrightnessTable() local
182 if (displayColorInterface == nullptr) { in updateBrightnessTable()
188 auto ret = displayColorInterface->GetBrightnessTable(displayType, table); in updateBrightnessTable()
204 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in deliverWinConfigData() local
212 if (displayColorInterface != nullptr) { in deliverWinConfigData()
245 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in updatePresentColorConversionInfo() local
246 if (displayColorInterface == nullptr) { in updatePresentColorConversionInfo()
[all …]
DExynosPrimaryDisplayModule.h123 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in checkRrCompensationEnabled() local
124 return displayColorInterface in checkRrCompensationEnabled()
125 ? displayColorInterface->IsRrCompensationEnabled(display) in checkRrCompensationEnabled()
140 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in hasDisplayColor() local
141 return displayColorInterface != nullptr; in hasDisplayColor()
/hardware/google/graphics/gs101/libhwc2.1/libexternaldisplay/
DExynosExternalDisplayModule.cpp110 GsInterfaceType* displayColorInterface = getDisplayColorInterface(); in deliverWinConfigData() local
118 if (displayColorInterface != nullptr) { in deliverWinConfigData()