Searched refs:leastColorDiff (Results 1 – 2 of 2) sorted by relevance
227 unsigned int colorDiff, leastColorDiff = UINT_MAX; in _glfwChooseVideoMode() local257 if ((colorDiff < leastColorDiff) || in _glfwChooseVideoMode()258 (colorDiff == leastColorDiff && sizeDiff < leastSizeDiff) || in _glfwChooseVideoMode()259 (colorDiff == leastColorDiff && sizeDiff == leastSizeDiff && rateDiff < leastRateDiff)) in _glfwChooseVideoMode()264 leastColorDiff = colorDiff; in _glfwChooseVideoMode()
189 unsigned int colorDiff, leastColorDiff = UINT_MAX; in _glfwChooseFBConfig() local325 if ((colorDiff < leastColorDiff) || in _glfwChooseFBConfig()326 (colorDiff == leastColorDiff && extraDiff < leastExtraDiff)) in _glfwChooseFBConfig()335 leastColorDiff = colorDiff; in _glfwChooseFBConfig()