| /xsrc/external/mit/glw/dist/ |
| H A D | GLwDrawAP.h | 108 int accumGreenSize; member in struct:__anon900f39910108
|
| H A D | GLwDrawA.c | 160 offset(accumGreenSize), XtRImmediate, (XtPointer) 0}, 405 *ptr++ = w->glwDrawingArea.accumGreenSize;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxvisuals.c | 51 (v1->accumGreenSize == v2->accumGreenSize) &&
|
| H A D | glxcmdsswap.c | 294 buf[p++] = pGlxVisual->accumGreenSize;
|
| H A D | glxcmds.c | 1587 buf[p++] = pGlxVisual->accumGreenSize;
|
| /xsrc/external/mit/xorgproto/dist/include/GL/ |
| H A D | glxint.h | 47 int accumRedSize, accumGreenSize, accumBlueSize, accumAlphaSize; member in struct:__GLXvisualConfigRec
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | pbutil.c | 195 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 D | glxinfo.c | 97 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 D | glx_api.c | 185 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 D | fakeglx.c | 253 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 D | glx_api.c | 185 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 D | fakeglx.c | 252 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 D | dmx_glxvisuals.c | 128 config->accumGreenSize = props[8]; 567 cfg->accumGreenSize = fbcfg->accumGreenBits;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_dri.c | 176 pConfigs[i].accumGreenSize = 16; 181 pConfigs[i].accumGreenSize = 0;
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_dri.c | 423 pConfigs[i].accumGreenSize = 16; 431 pConfigs[i].accumGreenSize = 0;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_dri.c | 163 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 D | i810_dri.c | 218 pConfigs[i].accumGreenSize = 16; 223 pConfigs[i].accumGreenSize = 0;
|