HomeSort by: relevance | last modified time | path
    Searched defs:stencilSize (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/glw/dist/
GLwDrawAP.h 106 int stencilSize;
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
pbutil.c 194 int depthSize, stencilSize;
213 stencilSize = GetFBConfigAttrib(dpy, screen, config, GLX_STENCIL_SIZE);
259 printf("%2d %2d ", depthSize, stencilSize);
279 printf(" Stencil Size: %d\n", stencilSize);
glxinfo.c 96 int stencilSize;
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/xorgproto/dist/include/GL/
glxint.h 52 int stencilSize;
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_dstr.c 1583 alphaSize, depthSize, stencilSize, acRedSize, acGreenSize,
1597 glXGetConfig(dpy, vinfo, GLX_STENCIL_SIZE, &stencilSize);
1611 printf("s = %d\n", stencilSize);

Completed in 10 milliseconds