Home | History | Annotate | Download | only in main

Lines Matching refs:texelBytes

941    const GLuint texelBytes = _mesa_get_format_bytes(dstFormat);
942 const GLint bytesPerRow = srcWidth * texelBytes;
2345 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat);
2348 ASSERT(texelBytes == 2);
2418 memcpy(dst, src, srcWidth * texelBytes);
2420 src += srcWidth * texelBytes;