Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.c57 GLubyte RedBits; member
1588 return info->RedBits; in _mesa_get_format_bits()
1631 GLuint max = MAX2(info->RedBits, info->GreenBits); in _mesa_get_format_max_bits()
1857 return ((info->RedBits > 0) + in _mesa_format_num_components()
1985 if (info->RedBits > 0) { in _mesa_test_formats()
1986 GLuint t = info->RedBits + info->GreenBits in _mesa_test_formats()
2002 assert(info->RedBits > 0); in _mesa_test_formats()
2010 assert(info->RedBits > 0); in _mesa_test_formats()
2018 assert(info->RedBits > 0); in _mesa_test_formats()
2026 assert(info->RedBits > 0); in _mesa_test_formats()
[all …]