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

  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winscrinit.c 628 int nVisuals = 0, nDepths = 0, nRootDepth = 0;
646 if (!miInitVisuals (&pVisuals, &pDepths, &nVisuals, &nDepths, &nRootDepth,
665 nVisuals, pVisuals))
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_menu.c 159 int layer, nVisuals, i, dummy;
172 VisualScreenMask | VisualLayerMask, &template, &nVisuals);
181 for (i = 0; i < nVisuals; i++) {
202 for (i = 0; i < nVisuals; i++) {
  /xsrc/external/mit/xwd/dist/
multiVis.c 1011 int nVisuals;
1023 if ((nVisuals = *numVisuals) <= 0) {
1063 while (--nVisuals >= 0) {
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xproto.h 327 CARD16 nVisuals; /* number of xVisualType structures following */

Completed in 15 milliseconds