Lines Matching refs:monitor
479 static void monitor_callback(GLFWmonitor* monitor, int event)
484 const GLFWvidmode* mode = glfwGetVideoMode(monitor);
486 glfwGetMonitorPos(monitor, &x, &y);
487 glfwGetMonitorPhysicalSize(monitor, &widthMM, &heightMM);
492 glfwGetMonitorName(monitor),
502 glfwGetMonitorName(monitor));
548 GLFWmonitor* monitor = NULL;
570 monitor = glfwGetPrimaryMonitor();
583 if (monitor)
585 const GLFWvidmode* mode = glfwGetVideoMode(monitor);
612 if (monitor)
617 glfwGetMonitorName(monitor));
626 slots[i].window = glfwCreateWindow(width, height, title, monitor, NULL);