Searched refs:texelSize (Results 1 – 1 of 1) sorted by relevance
194 GLint stride, texelSize; in _swrast_map_teximage() local199 texelSize = _mesa_get_format_bytes(texImage->TexFormat); in _swrast_map_teximage()232 map += stride * (y / bh) + texelSize * (x / bw); in _swrast_map_teximage()