| /xsrc/external/mit/glw/dist/ |
| H A D | GLwDrawAP.h | 107 int accumRedSize; member in struct:__anon900f39910108
|
| H A D | GLwDrawA.c | 157 offset(accumRedSize), XtRImmediate, (XtPointer) 0}, 403 *ptr++ = w->glwDrawingArea.accumRedSize;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxvisuals.c | 50 (v1->accumRedSize == v2->accumRedSize) &&
|
| H A D | glxcmdsswap.c | 293 buf[p++] = pGlxVisual->accumRedSize;
|
| H A D | glxcmds.c | 1586 buf[p++] = pGlxVisual->accumRedSize;
|
| /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 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);
|
| H A D | glxinfo.c | 97 int accumRedSize, accumGreenSize, accumBlueSize, accumAlphaSize; member in struct:visual_attribs 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.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_api.c | 185 GLint accumRedSize, GLint accumGreenSize, 243 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0) 260 accumRedSize, accumBlueSize, 737 GLint accumRedSize = 0; local in function:choose_visual 856 accumRedSize = MAX2( accumRedSize, size ); 1069 if (accumRedSize > 0 || 1074 accumRedSize = 1078 accumAlphaSize = alpha_flag ? accumRedSize 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 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | fakeglx.c | 253 GLint accumRedSize, GLint accumGreenSize, 299 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0) 315 accumRedSize, accumBlueSize, 876 GLint accumRedSize = 0; local in function:choose_visual 991 accumRedSize = MAX2( accumRedSize, size ); 1208 if (accumRedSize > 0 || accumGreenSize > 0 || accumBlueSize > 0 || 1210 accumRedSize = 1213 accumAlphaSize = alpha_flag ? accumRedSize 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 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | glx_api.c | 185 GLint accumRedSize, GLint accumGreenSize, 243 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0) 260 accumRedSize, accumBlueSize, 733 GLint accumRedSize = 0; local in function:choose_visual 852 accumRedSize = MAX2( accumRedSize, size ); 1065 if (accumRedSize > 0 || 1070 accumRedSize = 1074 accumAlphaSize = alpha_flag ? accumRedSize 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 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | fakeglx.c | 252 GLint accumRedSize, GLint accumGreenSize, 296 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0) 312 accumRedSize, accumBlueSize, 869 GLint accumRedSize = 0; local in function:choose_visual 984 accumRedSize = MAX2( accumRedSize, size ); 1201 if (accumRedSize > 0 || accumGreenSize > 0 || accumBlueSize > 0 || 1203 accumRedSize = 1206 accumAlphaSize = alpha_flag ? accumRedSize 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 [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmx_glxvisuals.c | 127 config->accumRedSize = props[7]; 566 cfg->accumRedSize = fbcfg->accumRedBits;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_dri.c | 175 pConfigs[i].accumRedSize = 16; 180 pConfigs[i].accumRedSize = 0;
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_dri.c | 422 pConfigs[i].accumRedSize = 16; 430 pConfigs[i].accumRedSize = 0;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | 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/ |
| H A D | i810_dri.c | 217 pConfigs[i].accumRedSize = 16; 222 pConfigs[i].accumRedSize = 0;
|