Searched refs:baseformat (Results 1 – 5 of 5) sorted by relevance
958 GLint baseformat; in _mesa_GetInternalformativ() local962 baseformat = _mesa_base_tex_format(ctx, internalformat); in _mesa_GetInternalformativ()964 baseformat = _mesa_base_fbo_format(ctx, internalformat); in _mesa_GetInternalformativ()975 if (texformat == MESA_FORMAT_NONE || baseformat <= 0) in _mesa_GetInternalformativ()988 if (!_mesa_base_format_has_channel(baseformat, pname)) in _mesa_GetInternalformativ()
230 extern const char *GetGLBaseFormatName( GLenum baseformat );
823 const char *GetGLBaseFormatName( GLenum baseformat ) in GetGLBaseFormatName() argument825 switch( baseformat ) in GetGLBaseFormatName()880 sprintf( foo, "(Unknown:0x%08x)", (int)baseformat ); in GetGLBaseFormatName()
343 extern const char *GetGLBaseFormatName( GLenum baseformat );
2007 const char *GetGLBaseFormatName( GLenum baseformat ) in GetGLBaseFormatName() argument2009 switch( baseformat ) in GetGLBaseFormatName()2069 sprintf( foo, "0x%04x", (int)baseformat ); in GetGLBaseFormatName()