Home
last modified time | relevance | path

Searched refs:_mesa_has_integer_textures (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dglformats.c2092 return _mesa_has_integer_textures(ctx) in _mesa_error_check_format_and_type()
2106 return _mesa_has_integer_textures(ctx) in _mesa_error_check_format_and_type()
2127 return _mesa_has_integer_textures(ctx) in _mesa_error_check_format_and_type()
2142 return _mesa_has_integer_textures(ctx) in _mesa_error_check_format_and_type()
2167 return _mesa_has_integer_textures(ctx) in _mesa_error_check_format_and_type()
2527 if (_mesa_has_integer_textures(ctx)) { in _mesa_base_tex_format()
2553 if (_mesa_has_integer_textures(ctx)) { in _mesa_base_tex_format()
2604 if (!_mesa_has_integer_textures(ctx)) in _mesa_base_tex_format()
2627 if (!_mesa_has_integer_textures(ctx)) in _mesa_base_tex_format()
Dcontext.h325 _mesa_has_integer_textures(const struct gl_context *ctx) in _mesa_has_integer_textures() function