Home
last modified time | relevance | path

Searched refs:texelBytes (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dreadpix.c236 int dstStride, stride, j, texelBytes, bytesPerRow; in readpixels_memcpy() local
254 texelBytes = _mesa_get_format_bytes(rb->Format); in readpixels_memcpy()
255 bytesPerRow = texelBytes * width; in readpixels_memcpy()
H A Dtexstore.c116 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat); in _mesa_memcpy_texture() local
117 const GLint bytesPerRow = srcWidth * texelBytes; in _mesa_memcpy_texture()

Completed in 7 milliseconds