Lines Matching defs:format
49 * Choose an appropriate texture format given the format, type and
54 * \param internalFormat user's prefered internal texture format.
55 * \param format incoming image pixel format.
58 * \return the closest mesa_format for the given format/type arguments
65 GLint internalFormat, GLenum format, GLenum type)
67 (void) format;
94 RETURN_IF_SUPPORTED(MESA_FORMAT_A4R4G4B4_UNORM); /* just to test another format*/
143 RETURN_IF_SUPPORTED(MESA_FORMAT_R5G6B5_UNORM); /* just to test another format */
253 * 1D ARRAY textures in S3TC format.
354 /* GL_EXT_texture_shared_exponent -- just one format to support */
359 /* GL_EXT_texture_packed_float -- just one format to support */
777 /* For non-generic compressed format we assert two things:
779 * 1. The format has already been validated against the set of available
789 _mesa_problem(ctx, "unexpected format %s in _mesa_choose_tex_format()",