Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglformats.c2088 return _mesa_has_integer_textures(ctx) in _mesa_error_check_format_and_type()
2102 return _mesa_has_integer_textures(ctx) in _mesa_error_check_format_and_type()
2123 return _mesa_has_integer_textures(ctx) in _mesa_error_check_format_and_type()
2138 return _mesa_has_integer_textures(ctx) in _mesa_error_check_format_and_type()
2163 return _mesa_has_integer_textures(ctx) in _mesa_error_check_format_and_type()
2514 if (_mesa_has_integer_textures(ctx)) { in _mesa_base_tex_format()
2540 if (_mesa_has_integer_textures(ctx)) { in _mesa_base_tex_format()
2591 if (!_mesa_has_integer_textures(ctx)) in _mesa_base_tex_format()
2614 if (!_mesa_has_integer_textures(ctx)) in _mesa_base_tex_format()
Dcontext.h350 _mesa_has_integer_textures(const struct gl_context *ctx) in _mesa_has_integer_textures() function