Searched refs:_mesa_base_format_has_channel (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.h | 124 _mesa_base_format_has_channel(GLenum base_format, GLenum pname);
|
H A D | texparam.c | 1777 if (_mesa_base_format_has_channel(img->_BaseFormat, pname)) in get_tex_level_parameter_image() 1786 if (_mesa_base_format_has_channel(img->_BaseFormat, pname)) { in get_tex_level_parameter_image() 1847 if (_mesa_base_format_has_channel(img->_BaseFormat, pname)) in get_tex_level_parameter_image() 1960 if (_mesa_base_format_has_channel(baseFormat, pname)) in get_tex_level_parameter_buffer() 1967 if (_mesa_base_format_has_channel(baseFormat, pname)) { in get_tex_level_parameter_buffer() 2028 if (_mesa_base_format_has_channel(baseFormat, pname)) in get_tex_level_parameter_buffer()
|
H A D | formatquery.c | 1015 if (!_mesa_base_format_has_channel(baseformat, pname)) in _mesa_GetInternalformativ()
|
H A D | glformats.c | 1549 _mesa_base_format_has_channel(GLenum base_format, GLenum pname) in _mesa_base_format_has_channel() function
|
H A D | fbobject.c | 2947 if (_mesa_base_format_has_channel(baseFormat, pname)) in get_component_bits()
|
Completed in 15 milliseconds