Searched refs:leastColorDiff (Results 1 – 2 of 2) sorted by relevance
231 unsigned int colorDiff, leastColorDiff = UINT_MAX; in _glfwChooseVideoMode() local261 if ((colorDiff < leastColorDiff) || in _glfwChooseVideoMode()262 (colorDiff == leastColorDiff && sizeDiff < leastSizeDiff) || in _glfwChooseVideoMode()263 (colorDiff == leastColorDiff && sizeDiff == leastSizeDiff && rateDiff < leastRateDiff)) in _glfwChooseVideoMode()268 leastColorDiff = colorDiff; in _glfwChooseVideoMode()
163 unsigned int colorDiff, leastColorDiff = UINT_MAX; in _glfwChooseFBConfig() local302 if ((colorDiff < leastColorDiff) || in _glfwChooseFBConfig()303 (colorDiff == leastColorDiff && extraDiff < leastExtraDiff)) in _glfwChooseFBConfig()312 leastColorDiff = colorDiff; in _glfwChooseFBConfig()