Lines Matching defs:width
297 static void window_size_callback(GLFWwindow* window, int width, int height)
301 counter++, slot->number, glfwGetTime(), width, height);
304 static void framebuffer_size_callback(GLFWwindow* window, int width, int height)
308 counter++, slot->number, glfwGetTime(), width, height);
493 mode->width, mode->height,
549 int ch, i, width, height, count = 1;
592 width = mode->width;
597 width = 640;
616 width, height,
623 width, height);
626 slots[i].window = glfwCreateWindow(width, height, title, monitor, NULL);