Searched refs:BlueBits (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dformat_info.h40 .RedBits = 0, .GreenBits = 0, .BlueBits = 0, .AlphaBits = 0,
54 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 8,
68 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 0,
82 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 8,
96 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 0,
110 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 8,
124 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 0,
138 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 8,
152 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 0,
166 .RedBits = 0, .GreenBits = 0, .BlueBits
[all...]
/xsrc/external/mit/MesaLib/src/mesa/
H A Dformat_info.h40 .RedBits = 0, .GreenBits = 0, .BlueBits = 0, .AlphaBits = 0,
54 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 8,
68 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 0,
82 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 8,
96 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 0,
110 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 8,
124 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 0,
138 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 8,
152 .RedBits = 8, .GreenBits = 8, .BlueBits = 8, .AlphaBits = 0,
166 .RedBits = 5, .GreenBits = 6, .BlueBits
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformats.c62 uint8_t BlueBits; member in struct:mesa_format_info
163 return info->BlueBits;
200 max = MAX2(max, info->BlueBits);
770 (info->BlueBits > 0) +
798 return (info->BlueBits + info->IntensityBits + info->LuminanceBits) > 0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformats.c62 GLubyte BlueBits; member in struct:gl_format_info
154 return info->BlueBits;
191 max = MAX2(max, info->BlueBits);
751 (info->BlueBits > 0) +
779 return (info->BlueBits + info->IntensityBits + info->LuminanceBits) > 0;

Completed in 6 milliseconds