Searched refs:_glfwCompareVideoModes (Results 1 – 5 of 5) sorted by relevance
/third_party/glfw/src/ |
D | x11_monitor.c | 114 if (_glfwCompareVideoModes(¤t, best) == 0) in _glfwSetVideoModeX11() 128 if (_glfwCompareVideoModes(best, &mode) == 0) in _glfwSetVideoModeX11() 363 if (_glfwCompareVideoModes(result + j, &mode) == 0) in _glfwPlatformGetVideoModes()
|
D | win32_monitor.c | 103 if (_glfwCompareVideoModes(¤t, best) == 0) in _glfwSetVideoModeWin32() 286 if (_glfwCompareVideoModes(result + i, &mode) == 0) in _glfwPlatformGetVideoModes()
|
D | cocoa_monitor.m | 178 if (_glfwCompareVideoModes(¤t, best) == 0) 193 if (_glfwCompareVideoModes(best, &mode) == 0) 326 if (_glfwCompareVideoModes(result + j, &mode) == 0)
|
D | monitor.c | 275 int _glfwCompareVideoModes(const GLFWvidmode* fm, const GLFWvidmode* sm) in _glfwCompareVideoModes() function
|
D | internal.h | 965 int _glfwCompareVideoModes(const GLFWvidmode* first, const GLFWvidmode* second);
|