Searched refs:texelBytes (Results 1 – 3 of 3) sorted by relevance
236 int dstStride, stride, j, texelBytes, bytesPerRow; in readpixels_memcpy() local254 texelBytes = _mesa_get_format_bytes(rb->Format); in readpixels_memcpy()255 bytesPerRow = texelBytes * width; in readpixels_memcpy()
116 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat); in _mesa_memcpy_texture() local117 const GLint bytesPerRow = srcWidth * texelBytes; in _mesa_memcpy_texture()
286 - mesa: remove assertion w/ undeclared variable texelBytes