Home
last modified time | relevance | path

Searched refs:_glfwAllocMonitor (Results 1 – 7 of 7) sorted by relevance

/third_party/glfw/src/
Dmir_monitor.c56 monitors[i] = _glfwAllocMonitor("Unknown", in _glfwPlatformGetMonitors()
Dx11_monitor.c250 monitor = _glfwAllocMonitor(oi->name, widthMM, heightMM); in _glfwPlatformGetMonitors()
297 monitors[0] = _glfwAllocMonitor("Display", in _glfwPlatformGetMonitors()
Dwl_monitor.c133 monitor = _glfwAllocMonitor(name_str, 0, 0); in _glfwAddOutputWayland()
Dwin32_monitor.c58 monitor = _glfwAllocMonitor(name, in createMonitor()
Dmonitor.c175 _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM) in _glfwAllocMonitor() function
Dinternal.h1028 _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM);
Dcocoa_monitor.m268 monitor = _glfwAllocMonitor(name, size.width, size.height);