Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.c58 GLubyte GreenBits; member
1593 return info->GreenBits; in _mesa_get_format_bits()
1631 GLuint max = MAX2(info->RedBits, info->GreenBits); in _mesa_get_format_max_bits()
1858 (info->GreenBits > 0) + in _mesa_format_num_components()
1986 GLuint t = info->RedBits + info->GreenBits in _mesa_test_formats()
2003 assert(info->GreenBits > 0); in _mesa_test_formats()
2011 assert(info->GreenBits > 0); in _mesa_test_formats()
2019 assert(info->GreenBits > 0); in _mesa_test_formats()
2027 assert(info->GreenBits == 0); in _mesa_test_formats()
2035 assert(info->GreenBits == 0); in _mesa_test_formats()
[all …]