Searched defs:RedBits (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dformats.c57 GLubyte RedBits; member in struct:gl_format_info
1588 return info->RedBits;
1631 GLuint max = MAX2(info->RedBits, info->GreenBits);
1857 return ((info->RedBits > 0) +
1985 if (info->RedBits > 0) {
1986 GLuint t = info->RedBits + info->GreenBits
2002 assert(info->RedBits > 0);
2010 assert(info->RedBits > 0);
2018 assert(info->RedBits > 0);
2026 assert(info->RedBits >
[all...]
/external/mesa3d/src/mesa/main/
H A Dformats.c57 GLubyte RedBits; member in struct:gl_format_info
1588 return info->RedBits;
1631 GLuint max = MAX2(info->RedBits, info->GreenBits);
1857 return ((info->RedBits > 0) +
1985 if (info->RedBits > 0) {
1986 GLuint t = info->RedBits + info->GreenBits
2002 assert(info->RedBits > 0);
2010 assert(info->RedBits > 0);
2018 assert(info->RedBits > 0);
2026 assert(info->RedBits >
[all...]

Completed in 135 milliseconds