Searched refs:TextureFormatSupported (Results 1 – 3 of 3) sorted by relevance
1047 memset(&ctx->TextureFormatSupported, GL_TRUE, in _mesa_initialize_context()1048 sizeof(ctx->TextureFormatSupported)); in _mesa_initialize_context()
3593 GLboolean TextureFormatSupported[MESA_FORMAT_COUNT]; member
4020 if (format == MESA_FORMAT_NONE || !ctx->TextureFormatSupported[format]) in _mesa_tex_format_from_format_and_type()