Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dformats.c52 GLenum BaseFormat; member
324 return info->BaseFormat; in _mesa_get_format_base_format()
543 return info->BaseFormat == GL_DEPTH_STENCIL; in _mesa_is_format_packed_depth_stencil()
555 info->BaseFormat != GL_DEPTH_COMPONENT && in _mesa_is_format_integer_color()
556 info->BaseFormat != GL_DEPTH_STENCIL && in _mesa_is_format_integer_color()
557 info->BaseFormat != GL_STENCIL_INDEX; in _mesa_is_format_integer_color()
609 switch (info->BaseFormat) { in _mesa_is_format_color_format()
788 assert(info->BaseFormat != GL_DEPTH_COMPONENT && in _mesa_format_has_color_component()
789 info->BaseFormat != GL_DEPTH_STENCIL && in _mesa_format_has_color_component()
790 info->BaseFormat != GL_STENCIL_INDEX); in _mesa_format_has_color_component()