Home | History | Annotate | Download | only in xlib

Lines Matching refs:accumRedSize

168                  GLint accumRedSize, GLint accumGreenSize,
225 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0)
242 accumRedSize, accumBlueSize,
673 GLint accumRedSize = 0;
788 accumRedSize = MAX2( accumRedSize, size );
998 if (accumRedSize > 0 ||
1003 accumRedSize =
1007 accumAlphaSize = alpha_flag ? accumRedSize : 0;
1012 accumRedSize, accumGreenSize,