Home | History | Annotate | Download | only in swrast

Lines Matching refs:rowStride

108    /* RowStride and ImageSlices[] describe how to address texels in 'Data' */
109 swImg->RowStride = _mesa_format_row_stride(texImage->TexFormat,
123 * buffer or initializing RowStride or the contents of ImageSlices.
280 * and RowStride are always available.
298 GLint rowStride;
307 &map, &rowStride);
310 /* A swrast-using driver has to return the same rowstride for
315 swImage->RowStride = rowStride;
317 assert(swImage->RowStride == rowStride);