Searched refs:BlueBits (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_info.h | 40 .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 = 0, .AlphaBits = 16, [all …]
|
/external/mesa3d/src/mesa/main/ |
D | formats.c | 61 GLubyte BlueBits; member 153 return info->BlueBits; in _mesa_get_format_bits() 190 max = MAX2(max, info->BlueBits); in _mesa_get_format_max_bits() 705 (info->BlueBits > 0) + in _mesa_format_num_components() 733 return (info->BlueBits + info->IntensityBits + info->LuminanceBits) > 0; in _mesa_format_has_color_component()
|