Home
last modified time | relevance | path

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

/third_party/glfw/src/
Dx11_monitor.c114 if (_glfwCompareVideoModes(&current, best) == 0) in _glfwSetVideoModeX11()
128 if (_glfwCompareVideoModes(best, &mode) == 0) in _glfwSetVideoModeX11()
363 if (_glfwCompareVideoModes(result + j, &mode) == 0) in _glfwPlatformGetVideoModes()
Dwin32_monitor.c103 if (_glfwCompareVideoModes(&current, best) == 0) in _glfwSetVideoModeWin32()
286 if (_glfwCompareVideoModes(result + i, &mode) == 0) in _glfwPlatformGetVideoModes()
Dcocoa_monitor.m178 if (_glfwCompareVideoModes(&current, best) == 0)
193 if (_glfwCompareVideoModes(best, &mode) == 0)
326 if (_glfwCompareVideoModes(result + j, &mode) == 0)
Dmonitor.c275 int _glfwCompareVideoModes(const GLFWvidmode* fm, const GLFWvidmode* sm) in _glfwCompareVideoModes() function
Dinternal.h965 int _glfwCompareVideoModes(const GLFWvidmode* first, const GLFWvidmode* second);