Lines Matching defs:monitor
52 struct _GLFWmonitor *monitor = data; in geometry() local
67 struct _GLFWmonitor *monitor = data; in mode() local
91 struct _GLFWmonitor *monitor = data; in done() local
100 struct _GLFWmonitor *monitor = data; in scale() local
119 _GLFWmonitor *monitor; in _glfwAddOutputWayland() local
175 _GLFWmonitor* monitor; in _glfwPlatformGetMonitors() local
208 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos()
216 GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found) in _glfwPlatformGetVideoModes()
230 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) in _glfwPlatformGetVideoMode()
244 void _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp) in _glfwPlatformGetGammaRamp()
251 void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) in _glfwPlatformSetGammaRamp()
265 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; in glfwGetWaylandMonitor() local