Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.c49 GLenum BaseFormat; member
1669 return info->BaseFormat; in _mesa_get_format_base_format()
1706 return info->BaseFormat == GL_DEPTH_STENCIL; in _mesa_is_format_packed_depth_stencil()
1718 info->BaseFormat != GL_DEPTH_COMPONENT && in _mesa_is_format_integer_color()
1719 info->BaseFormat != GL_DEPTH_STENCIL && in _mesa_is_format_integer_color()
1720 info->BaseFormat != GL_STENCIL_INDEX; in _mesa_is_format_integer_color()
2001 if (info->BaseFormat == GL_RGB) { in _mesa_test_formats()
2009 else if (info->BaseFormat == GL_RGBA) { in _mesa_test_formats()
2017 else if (info->BaseFormat == GL_RG) { in _mesa_test_formats()
2025 else if (info->BaseFormat == GL_RED) { in _mesa_test_formats()
[all …]