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

  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 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
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 269 GLint accumRedSize, GLint accumGreenSize,
322 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0)
339 accumRedSize, accumBlueSize,
903 GLint accumRedSize = 0;
1018 accumRedSize = MAX2( accumRedSize, size );
    [all...]

Completed in 2458 milliseconds