Searched refs:_mesa_has_rg_textures (Results 1 – 3 of 3) sorted by relevance
1896 if (_mesa_has_rg_textures(ctx)) in _mesa_error_check_format_and_type()1951 if (!_mesa_has_rg_textures(ctx)) in _mesa_error_check_format_and_type()2191 if (!_mesa_has_rg_textures(ctx)) in _mesa_es_error_check_format_and_type()2575 if (_mesa_has_rg_textures(ctx)) { in _mesa_base_tex_format()3156 if (!_mesa_has_rg_textures(ctx)) in _mesa_gles_error_check_format_and_type()3192 if (!_mesa_has_rg_textures(ctx) || in _mesa_gles_error_check_format_and_type()3207 if (!_mesa_has_rg_textures(ctx) || in _mesa_gles_error_check_format_and_type()3261 if (!_mesa_has_rg_textures(ctx)) in _mesa_gles_error_check_format_and_type()3300 if (!_mesa_has_rg_textures(ctx) || in _mesa_gles_error_check_format_and_type()3315 if (!_mesa_has_rg_textures(ctx) || in _mesa_gles_error_check_format_and_type()
388 _mesa_has_rg_textures(const struct gl_context *ctx) in _mesa_has_rg_textures() function
985 - mesa/main: fix up \_mesa_has_rg_textures for gles2