Home | History | Annotate | Download | only in main

Lines Matching refs:TexFormat

4245  * \param texFormat  the destination texture format
4248 get_read_write_mode(GLenum userFormat, gl_format texFormat)
4251 && _mesa_get_format_base_format(texFormat) == GL_DEPTH_STENCIL)
4274 const GLbitfield mapMode = get_read_write_mode(format, texImage->TexFormat);
4362 texImage->TexFormat,
4463 texImage->TexFormat,
4483 const gl_format texFormat = texImage->TexFormat;
4491 _mesa_get_format_block_size(texFormat, &bw, &bh);
4500 srcRowStride = _mesa_format_row_stride(texFormat, width);