Home | History | Annotate | Download | only in main

Lines Matching refs:inFormat

251       _mesa_problem(NULL, "Unexpected inFormat");
261 * \param inFormat the incoming format of the texture
266 compute_component_mapping(GLenum inFormat, GLenum outFormat,
269 const int inFmt = get_map_idx(inFormat);
283 inFormat, _mesa_lookup_enum_by_nr(inFormat),