Searched refs:stencilSize (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/glw/dist/
H A DGLwDrawAP.h106 int stencilSize; member in struct:__anon900f39910108
H A DGLwDrawA.c154 offset(stencilSize), XtRImmediate, (XtPointer) 0},
401 *ptr++ = w->glwDrawingArea.stencilSize;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxvisuals.c58 (v1->stencilSize == v2->stencilSize) &&
H A Dglxcmdsswap.c303 buf[p++] = pGlxVisual->stencilSize;
H A Dglxcmds.c1596 buf[p++] = pGlxVisual->stencilSize;
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxint.h52 int stencilSize; member in struct:__GLXvisualConfigRec
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbutil.c194 int depthSize, stencilSize; local in function:PrintFBConfigInfo
213 stencilSize = GetFBConfigAttrib(dpy, screen, config, GLX_STENCIL_SIZE);
259 printf("%2d %2d ", depthSize, stencilSize);
279 printf(" Stencil Size: %d\n", stencilSize);
H A Dglxinfo.c96 int stencilSize; member in struct:visual_attribs
746 glXGetConfig(dpy, vInfo, GLX_STENCIL_SIZE, &attribs->stencilSize);
860 glXGetFBConfigAttrib(dpy, fbconfig, GLX_STENCIL_SIZE, &attribs->stencilSize);
939 printf(" auxBuffers=%d depthSize=%d stencilSize=%d\n",
940 attribs->auxBuffers, attribs->depthSize, attribs->stencilSize);
997 attribs->stencilSize
1042 attribs->stencilSize,
1218 (bestVis.stencilSize < vis.stencilSize) ||
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dri.c194 pConfigs[i].stencilSize = 0;
198 pConfigs[i].stencilSize = 0;
202 pConfigs[i].stencilSize = 0;
206 pConfigs[i].stencilSize = 8;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx_glxvisuals.c137 config->stencilSize = props[15];
583 cfg->stencilSize = fbcfg->stencilBits;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_dri.c446 pConfigs[i].stencilSize = 8;
450 pConfigs[i].stencilSize = 0;
454 pConfigs[i].stencilSize = 0;
458 pConfigs[i].stencilSize = 0;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri.c181 pConfigs[i].stencilSize = 8;
183 pConfigs[i].stencilSize = 0;
188 (pConfigs[i].stencilSize && pConfigs[i].depthSize == 16)) {
267 pConfigs[i].stencilSize = 8;
269 pConfigs[i].stencilSize = 0;
274 (pConfigs[i].stencilSize && pConfigs[i].depthSize == 16)) {
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_dstr.c1583 alphaSize, depthSize, stencilSize, acRedSize, acGreenSize, local in function:main
1597 glXGetConfig(dpy, vinfo, GLX_STENCIL_SIZE, &stencilSize);
1611 printf("s = %d\n", stencilSize);
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c235 pConfigs[i].stencilSize = 8;
237 pConfigs[i].stencilSize = 0;

Completed in 24 milliseconds