Searched refs:BaseFormat (Results 1 – 1 of 1) sorted by relevance
52 GLenum BaseFormat; member324 return info->BaseFormat; in _mesa_get_format_base_format()542 return info->BaseFormat == GL_DEPTH_STENCIL; in _mesa_is_format_packed_depth_stencil()554 info->BaseFormat != GL_DEPTH_COMPONENT && in _mesa_is_format_integer_color()555 info->BaseFormat != GL_DEPTH_STENCIL && in _mesa_is_format_integer_color()556 info->BaseFormat != GL_STENCIL_INDEX; in _mesa_is_format_integer_color()608 switch (info->BaseFormat) { in _mesa_is_format_color_format()787 assert(info->BaseFormat != GL_DEPTH_COMPONENT && in _mesa_format_has_color_component()788 info->BaseFormat != GL_DEPTH_STENCIL && in _mesa_format_has_color_component()789 info->BaseFormat != GL_STENCIL_INDEX); in _mesa_format_has_color_component()