Home
last modified time | relevance | path

Searched refs:_glfwCompareVideoModes (Results 1 - 4 of 4) sorted by relevance

/third_party/glfw/src/
H A Dx11_monitor.c237 if (_glfwCompareVideoModes(&current, best) == 0) in _glfwSetVideoModeX11()
252 if (_glfwCompareVideoModes(best, &mode) == 0) in _glfwSetVideoModeX11()
469 if (_glfwCompareVideoModes(result + j, &mode) == 0) in _glfwGetVideoModesX11()
H A Dwin32_monitor.c258 if (_glfwCompareVideoModes(&current, best) == 0) in _glfwSetVideoModeWin32()
432 if (_glfwCompareVideoModes(result + i, &mode) == 0) in _glfwGetVideoModesWin32()
H A Dmonitor.c273 int _glfwCompareVideoModes(const GLFWvidmode* fm, const GLFWvidmode* sm) in _glfwCompareVideoModes() function
H A Dinternal.h974 int _glfwCompareVideoModes(const GLFWvidmode* first, const GLFWvidmode* second);

Completed in 5 milliseconds