HomeSort by: relevance | last modified time | path
    Searched refs:accumRedSize (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/glw/dist/
GLwDrawAP.h 107 int accumRedSize;
GLwDrawA.c 157 offset(accumRedSize), XtRImmediate, (XtPointer) 0},
403 *ptr++ = w->glwDrawingArea.accumRedSize;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxvisuals.c 50 (v1->accumRedSize == v2->accumRedSize) &&
glxcmdsswap.c 293 buf[p++] = pGlxVisual->accumRedSize;
glxcmds.c 1586 buf[p++] = pGlxVisual->accumRedSize;
  /xsrc/external/mit/xorgproto/dist/include/GL/
glxint.h 47 int accumRedSize, accumGreenSize, accumBlueSize, accumAlphaSize;
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
pbutil.c 195 int accumRedSize, accumBlueSize, accumGreenSize, accumAlphaSize;
214 accumRedSize = GetFBConfigAttrib(dpy, screen, config, GLX_ACCUM_RED_SIZE);
260 printf("%2d %2d %2d %2d", accumRedSize, accumGreenSize, accumBlueSize,
280 printf(" Accum Red Size: %d\n", accumRedSize);
glxinfo.c 97 int accumRedSize, accumGreenSize, accumBlueSize, accumAlphaSize;
747 glXGetConfig(dpy, vInfo, GLX_ACCUM_RED_SIZE, &attribs->accumRedSize);
862 glXGetFBConfigAttrib(dpy, fbconfig, GLX_ACCUM_RED_SIZE, &attribs->accumRedSize);
942 attribs->accumRedSize, attribs->accumGreenSize,
1001 attribs->accumRedSize, attribs->accumGreenSize,
1043 attribs->accumRedSize, attribs->accumGreenSize,
1219 (bestVis.accumRedSize < vis.accumRedSize)) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
glx_api.c 185 GLint accumRedSize, GLint accumGreenSize,
243 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0)
260 accumRedSize, accumBlueSize,
733 GLint accumRedSize = 0;
852 accumRedSize = MAX2( accumRedSize, size );
1065 if (accumRedSize > 0 ||
1070 accumRedSize =
1074 accumAlphaSize = alpha_flag ? accumRedSize : 0
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
fakeglx.c 252 GLint accumRedSize, GLint accumGreenSize,
296 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0)
312 accumRedSize, accumBlueSize,
869 GLint accumRedSize = 0;
984 accumRedSize = MAX2( accumRedSize, size );
1201 if (accumRedSize > 0 || accumGreenSize > 0 || accumBlueSize > 0 ||
1203 accumRedSize =
1206 accumAlphaSize = alpha_flag ? accumRedSize : 0
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
glx_api.c 185 GLint accumRedSize, GLint accumGreenSize,
243 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0)
260 accumRedSize, accumBlueSize,
737 GLint accumRedSize = 0;
856 accumRedSize = MAX2( accumRedSize, size );
1069 if (accumRedSize > 0 ||
1074 accumRedSize =
1078 accumAlphaSize = alpha_flag ? accumRedSize : 0
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
fakeglx.c 253 GLint accumRedSize, GLint accumGreenSize,
299 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0)
315 accumRedSize, accumBlueSize,
876 GLint accumRedSize = 0;
991 accumRedSize = MAX2( accumRedSize, size );
1208 if (accumRedSize > 0 || accumGreenSize > 0 || accumBlueSize > 0 ||
1210 accumRedSize =
1213 accumAlphaSize = alpha_flag ? accumRedSize : 0
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmx_glxvisuals.c 127 config->accumRedSize = props[7];
566 cfg->accumRedSize = fbcfg->accumRedBits;
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_dri.c 175 pConfigs[i].accumRedSize = 16;
180 pConfigs[i].accumRedSize = 0;
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_dri.c 422 pConfigs[i].accumRedSize = 16;
430 pConfigs[i].accumRedSize = 0;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri.c 162 pConfigs[i].accumRedSize = 16;
167 pConfigs[i].accumRedSize = 0;
248 pConfigs[i].accumRedSize = 16;
253 pConfigs[i].accumRedSize = 0;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_dri.c 217 pConfigs[i].accumRedSize = 16;
222 pConfigs[i].accumRedSize = 0;

Completed in 27 milliseconds