Lines Matching refs:height
44 * The limits on the width and height of an image buffer are MAX_WIDTH and
150 * as large as width*height*sizeof(type). Its address should be a multiple
163 * initialized to (0,0,width,height).
169 * width, height - size of image buffer in pixels, at least 1
171 * invalid buffer address, type!=GL_UNSIGNED_BYTE, width<1, height<1,
172 * width>internal limit or height>internal limit.
176 GLsizei width, GLsizei height );
211 * OSMESA_HEIGHT return current image height
226 * Output: width, height - size of buffer in pixels
234 OSMesaGetDepthBuffer( OSMesaContext c, GLint *width, GLint *height,
242 * Output: width, height - size of buffer in pixels
250 OSMesaGetColorBuffer( OSMesaContext c, GLint *width, GLint *height,