Lines Matching defs:mode
484 const GLFWvidmode* mode = glfwGetVideoMode(monitor);
493 mode->width, mode->height,
585 const GLFWvidmode* mode = glfwGetVideoMode(monitor);
587 glfwWindowHint(GLFW_REFRESH_RATE, mode->refreshRate);
588 glfwWindowHint(GLFW_RED_BITS, mode->redBits);
589 glfwWindowHint(GLFW_GREEN_BITS, mode->greenBits);
590 glfwWindowHint(GLFW_BLUE_BITS, mode->blueBits);
592 width = mode->width;
593 height = mode->height;
621 printf("Creating windowed mode window %i (%ix%i)\n",