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()2526 if (_mesa_has_integer_textures(ctx)) { in _mesa_base_tex_format()2552 if (_mesa_has_integer_textures(ctx)) { in _mesa_base_tex_format()2603 if (!_mesa_has_integer_textures(ctx)) in _mesa_base_tex_format()2626 if (!_mesa_has_integer_textures(ctx)) in _mesa_base_tex_format()
310 _mesa_has_integer_textures(const struct gl_context *ctx) in _mesa_has_integer_textures() function