Lines Matching defs:format
696 * _mesa_format_convert does not handle this format. So what we do here is
834 /* There are different rules depending on the base format. */
867 /* The base internal format and the base Mesa format must match. */
872 /* The Mesa format must match the input format and type. */
951 * image is a combined depth/stencil format, we'll actually read from
953 * \param userFormat the user-provided image format
954 * \param texFormat the destination texture format
978 GLenum format, GLenum type, const GLvoid *pixels,
983 const GLbitfield mapMode = get_read_write_mode(format, texImage->TexFormat);
1010 format, type, pixels, packing, caller);
1036 srcImageStride = _mesa_image_row_stride(packing, width, format, type);
1045 format, type);
1052 format, type);
1058 format, type);
1086 format, type, src, packing);
1114 GLenum format, GLenum type, const GLvoid *pixels,
1130 format, type, pixels, packing, "glTexImage");
1142 GLenum format, GLenum type, const void *pixels,
1147 format, type, pixels, packing, "glTexSubImage");
1264 * \param texFormat the compressed texture format
1333 GLenum format,