Searched refs:_mesa_is_enum_format_unorm (Results 1 – 3 of 3) sorted by relevance
73 _mesa_is_enum_format_unorm(GLenum format);
631 _mesa_is_enum_format_unorm(GLenum format) in _mesa_is_enum_format_unorm() function
2495 bool is_unorm = _mesa_is_enum_format_unorm(internalFormat); in copytexture_error_check()2496 bool is_rbunorm = _mesa_is_enum_format_unorm(rb_internal_format); in copytexture_error_check()