Searched refs:_glfwAllocMonitor (Results 1 - 6 of 6) sorted by relevance
/third_party/glfw/src/ |
H A D | null_monitor.c | 56 _GLFWmonitor* monitor = _glfwAllocMonitor("Null SuperNoop 0", in _glfwPollMonitorsNull()
|
H A D | wl_monitor.c | 179 _GLFWmonitor* monitor = _glfwAllocMonitor("", 0, 0); in _glfwAddOutputWayland()
|
H A D | x11_monitor.c | 175 _GLFWmonitor* monitor = _glfwAllocMonitor(oi->name, widthMM, heightMM); in _glfwPollMonitorsX11() 220 _glfwInputMonitor(_glfwAllocMonitor("Display", widthMM, heightMM), in _glfwPollMonitorsX11()
|
H A D | win32_monitor.c | 98 monitor = _glfwAllocMonitor(name, widthMM, heightMM); in createMonitor()
|
H A D | monitor.c | 171 _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM) in _glfwAllocMonitor() function
|
H A D | internal.h | 975 _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM);
|
Completed in 7 milliseconds