Searched refs:accumGreenSize (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/glw/dist/
H A DGLwDrawAP.h108 int accumGreenSize; member in struct:__anon900f39910108
H A DGLwDrawA.c160 offset(accumGreenSize), XtRImmediate, (XtPointer) 0},
405 *ptr++ = w->glwDrawingArea.accumGreenSize;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxvisuals.c51 (v1->accumGreenSize == v2->accumGreenSize) &&
H A Dglxcmdsswap.c294 buf[p++] = pGlxVisual->accumGreenSize;
H A Dglxcmds.c1587 buf[p++] = pGlxVisual->accumGreenSize;
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxint.h47 int accumRedSize, accumGreenSize, accumBlueSize, accumAlphaSize; member in struct:__GLXvisualConfigRec
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbutil.c195 int accumRedSize, accumBlueSize, accumGreenSize, accumAlphaSize; local in function:PrintFBConfigInfo
215 accumGreenSize = GetFBConfigAttrib(dpy, screen, config, GLX_ACCUM_GREEN_SIZE);
260 printf("%2d %2d %2d %2d", accumRedSize, accumGreenSize, accumBlueSize,
281 printf(" Accum Green Size: %d\n", accumGreenSize);
H A Dglxinfo.c97 int accumRedSize, accumGreenSize, accumBlueSize, accumAlphaSize; member in struct:visual_attribs
748 glXGetConfig(dpy, vInfo, GLX_ACCUM_GREEN_SIZE, &attribs->accumGreenSize);
863 glXGetFBConfigAttrib(dpy, fbconfig, GLX_ACCUM_GREEN_SIZE, &attribs->accumGreenSize);
942 attribs->accumRedSize, attribs->accumGreenSize,
1001 attribs->accumRedSize, attribs->accumGreenSize,
1043 attribs->accumRedSize, attribs->accumGreenSize,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c185 GLint accumRedSize, GLint accumGreenSize,
244 && (v->mesa_visual.accumGreenBits >= accumGreenSize || accumGreenSize == 0)
738 GLint accumGreenSize = 0; local in function:choose_visual
863 accumGreenSize = MAX2( accumGreenSize, size );
1070 accumGreenSize > 0 ||
1075 accumGreenSize =
1083 accumRedSize, accumGreenSize,
181 save_glx_visual(Display * dpy,XVisualInfo * vinfo,GLboolean rgbFlag,GLboolean alphaFlag,GLboolean dbFlag,GLboolean stereoFlag,GLint depth_size,GLint stencil_size,GLint accumRedSize,GLint accumGreenSize,GLint accumBlueSize,GLint accumAlphaSize,GLint level,GLint numAuxBuffers,GLuint num_samples) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dfakeglx.c253 GLint accumRedSize, GLint accumGreenSize,
300 && (v->mesa_visual.accumGreenBits >= accumGreenSize || accumGreenSize == 0)
877 GLint accumGreenSize = 0; local in function:choose_visual
998 accumGreenSize = MAX2( accumGreenSize, size );
1208 if (accumRedSize > 0 || accumGreenSize > 0 || accumBlueSize > 0 ||
1211 accumGreenSize =
1218 accumRedSize, accumGreenSize,
249 save_glx_visual(Display * dpy,XVisualInfo * vinfo,GLboolean alphaFlag,GLboolean dbFlag,GLboolean stereoFlag,GLint depth_size,GLint stencil_size,GLint accumRedSize,GLint accumGreenSize,GLint accumBlueSize,GLint accumAlphaSize,GLint level,GLint numAuxBuffers) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_api.c185 GLint accumRedSize, GLint accumGreenSize,
244 && (v->mesa_visual.accumGreenBits >= accumGreenSize || accumGreenSize == 0)
734 GLint accumGreenSize = 0; local in function:choose_visual
859 accumGreenSize = MAX2( accumGreenSize, size );
1066 accumGreenSize > 0 ||
1071 accumGreenSize =
1079 accumRedSize, accumGreenSize,
181 save_glx_visual(Display * dpy,XVisualInfo * vinfo,GLboolean rgbFlag,GLboolean alphaFlag,GLboolean dbFlag,GLboolean stereoFlag,GLint depth_size,GLint stencil_size,GLint accumRedSize,GLint accumGreenSize,GLint accumBlueSize,GLint accumAlphaSize,GLint level,GLint numAuxBuffers,GLuint num_samples) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dfakeglx.c252 GLint accumRedSize, GLint accumGreenSize,
297 && (v->mesa_visual.accumGreenBits >= accumGreenSize || accumGreenSize == 0)
870 GLint accumGreenSize = 0; local in function:choose_visual
991 accumGreenSize = MAX2( accumGreenSize, size );
1201 if (accumRedSize > 0 || accumGreenSize > 0 || accumBlueSize > 0 ||
1204 accumGreenSize =
1211 accumRedSize, accumGreenSize,
248 save_glx_visual(Display * dpy,XVisualInfo * vinfo,GLboolean alphaFlag,GLboolean dbFlag,GLboolean stereoFlag,GLint depth_size,GLint stencil_size,GLint accumRedSize,GLint accumGreenSize,GLint accumBlueSize,GLint accumAlphaSize,GLint level,GLint numAuxBuffers) argument
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx_glxvisuals.c128 config->accumGreenSize = props[8];
567 cfg->accumGreenSize = fbcfg->accumGreenBits;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dri.c176 pConfigs[i].accumGreenSize = 16;
181 pConfigs[i].accumGreenSize = 0;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_dri.c423 pConfigs[i].accumGreenSize = 16;
431 pConfigs[i].accumGreenSize = 0;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri.c163 pConfigs[i].accumGreenSize = 16;
168 pConfigs[i].accumGreenSize = 0;
249 pConfigs[i].accumGreenSize = 16;
254 pConfigs[i].accumGreenSize = 0;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c218 pConfigs[i].accumGreenSize = 16;
223 pConfigs[i].accumGreenSize = 0;

Completed in 30 milliseconds