Lines Matching defs:width
39 * width and height is a multiple of the tile size (64 pixels).
86 unsigned width, height;
399 dst_stride = bpp * osbuffer->width;
433 templat.width0 = osbuffer->width;
739 * as large as width*height*pixelSize. Its address should be a multiple
747 * initialized to (0,0,width,height).
754 * width, height - size of image buffer in pixels, at least 1
760 GLsizei width, GLsizei height)
770 if (!osmesa || !buffer || width < 1 || height < 1) {
785 osmesa->current_buffer->width != width ||
799 osbuffer->width = width;
830 pp_init_fbos(osmesa->pp, width, height);
878 *value = osbuffer ? osbuffer->width : 0;
914 * Output: width, height - size of buffer in pixels
920 OSMesaGetDepthBuffer(OSMesaContext c, GLint *width, GLint *height,
927 *width = 0;
934 *width = res->width0;
939 c->zs_stride = *width * *bytesPerValue;
956 * Output: width, height - size of buffer in pixels
962 OSMesaGetColorBuffer(OSMesaContext osmesa, GLint *width,
968 *width = osbuffer->width;
975 *width = 0;