Home
last modified time | relevance | path

Searched refs:_mesa_has_rg_textures (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dglformats.c1900 if (_mesa_has_rg_textures(ctx)) in _mesa_error_check_format_and_type()
1955 if (!_mesa_has_rg_textures(ctx)) in _mesa_error_check_format_and_type()
2195 if (!_mesa_has_rg_textures(ctx)) in _mesa_es_error_check_format_and_type()
2587 if (_mesa_has_rg_textures(ctx)) { in _mesa_base_tex_format()
2844 if (!_mesa_has_rg_textures(ctx)) in _mesa_gles_check_internalformat()
3348 if (!_mesa_has_rg_textures(ctx)) in _mesa_gles_error_check_format_and_type()
3449 if (!_mesa_has_rg_textures(ctx)) in _mesa_gles_error_check_format_and_type()
Dcontext.h348 _mesa_has_rg_textures(const struct gl_context *ctx) in _mesa_has_rg_textures() function
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst985 - mesa/main: fix up \_mesa_has_rg_textures for gles2