Home | History | Annotate | Download | only in osmesa

Lines Matching full:rowlength

359    GLint rowlength; /* in pixels */
363 rowlength = osmesa->userRowLength;
365 rowlength = osmesa->srb->Base.Width;
367 bytesPerRow = rowlength * _mesa_get_format_bytes(osmesa->srb->Base.Format);