Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglformats.c1896 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()
Dcontext.h388 _mesa_has_rg_textures(const struct gl_context *ctx) in _mesa_has_rg_textures() function
/external/mesa3d/docs/relnotes/
D19.0.0.rst985 - mesa/main: fix up \_mesa_has_rg_textures for gles2