Lines Matching defs:width
38 int width, height;
39 _glfw.platform.getFramebufferSize(window, &width, &height);
43 (width != window->context.osmesa.width) ||
48 // Allocate the new buffer (width * height * 8-bit RGBA)
49 window->context.osmesa.buffer = _glfw_calloc(4, (size_t) width * height);
50 window->context.osmesa.width = width;
57 width, height))
84 window->context.osmesa.width = 0;
294 GLFWAPI int glfwGetOSMesaColorBuffer(GLFWwindow* handle, int* width,
320 if (width)
321 *width = mesaWidth;
333 int* width, int* height,
360 if (width)
361 *width = mesaWidth;