Searched refs:_mesa_has_integer_textures (Results 1 – 2 of 2) sorted by relevance
2092 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()
325 _mesa_has_integer_textures(const struct gl_context *ctx) in _mesa_has_integer_textures() function