Searched defs:monitors (Results 1 – 13 of 13) sorted by relevance
28 add_executable(monitors monitors.c ${GETOPT} ${GLAD}) target
133 GLFWmonitor** monitors = glfwGetMonitors(&monitorCount); in main() local
207 GLFWmonitor** monitors; in main() local
238 GLFWmonitor** monitors = glfwGetMonitors(&monitor_count); in main() local
155 _GLFWmonitor** monitors = _glfw.wl.monitors; in _glfwAddOutputWayland() local174 _GLFWmonitor** monitors; in _glfwPlatformGetMonitors() local
92 _GLFWmonitor** monitors = _glfw.monitors; in _glfwInputMonitorChange() local215 void _glfwFreeMonitors(_GLFWmonitor** monitors, int count) in _glfwFreeMonitors()
39 _GLFWmonitor** monitors = NULL; in _glfwPlatformGetMonitors() local
155 _GLFWmonitor** monitors = NULL; in _glfwPlatformGetMonitors() local
97 _GLFWmonitor** monitors; member128 _GLFWmonitor** monitors; member
204 _GLFWmonitor** monitors = NULL; in _glfwPlatformGetMonitors() local
444 _GLFWmonitor** monitors; member
339 _mesa_GenPerfMonitorsAMD(GLsizei n, GLuint *monitors) in _mesa_GenPerfMonitorsAMD()374 _mesa_DeletePerfMonitorsAMD(GLsizei n, GLuint *monitors) in _mesa_DeletePerfMonitorsAMD()
43 GList *monitors; member