HomeSort by relevance Sort by last modified time
    Searched refs:GreenBits (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/prebuilt-intermediates/main/
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/
formats.c 60 GLubyte GreenBits;
147 return info->GreenBits;
189 GLuint max = MAX2(info->RedBits, info->GreenBits);
704 (info->GreenBits > 0) +
731 return (info->GreenBits + info->IntensityBits + info->LuminanceBits) > 0;
    [all...]

Completed in 526 milliseconds