Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/
DExynosHWCModule.h81 DISPLAY_MODE_NUM enumerator
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h516 uint32_t mPreAssignDisplayList[DISPLAY_MODE_NUM];
DExynosResourceManager.cpp412 if (exynosHWCControl.displayMode < DISPLAY_MODE_NUM) in assignResource()
2459 if (exynosHWCControl.displayMode < DISPLAY_MODE_NUM) in initResourcesState()
DExynosMPP.cpp262 for (uint32_t i = 0; i < DISPLAY_MODE_NUM; i++) in ExynosMPP()
2966 for (uint32_t i = 0; i < DISPLAY_MODE_NUM; i++) { in updatePreassignedDisplay()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp89 exynosHWCControl.displayMode = DISPLAY_MODE_NUM; in ExynosDevice()
DExynosDisplay.cpp1325 if ((exynosHWCControl.displayMode < DISPLAY_MODE_NUM) && in doPreProcessing()