Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.c59 GLubyte RedBits; member
136 return info->RedBits; in _mesa_get_format_bits()
184 GLuint max = MAX2(info->RedBits, info->GreenBits); in _mesa_get_format_max_bits()
815 return ((info->RedBits > 0) + in _mesa_format_num_components()
841 return (info->RedBits + info->IntensityBits + info->LuminanceBits) > 0; in _mesa_format_has_color_component()