Home | History | Annotate | Download | only in swrast

Lines Matching refs:rowStride

106    /* RowStride and ImageSlices[] describe how to address texels in 'Data' */
107 swImg->RowStride = _mesa_format_row_stride(texImage->TexFormat,
121 * buffer or initializing RowStride or the contents of ImageSlices.
278 * and RowStride are always available.
296 GLint rowStride;
305 &map, &rowStride);
308 /* A swrast-using driver has to return the same rowstride for
313 swImage->RowStride = rowStride;
315 assert(swImage->RowStride == rowStride);