HomeSort by: relevance | last modified time | path
    Searched refs:redSize (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/glw/dist/
GLwDrawAP.h 101 int redSize;
GLwDrawA.c 139 offset(redSize), XtRImmediate, (XtPointer) 1},
391 *ptr++ = w->glwDrawingArea.redSize;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxvisuals.c 42 (v1->redSize == v2->redSize) &&
glxcmdsswap.c 289 buf[p++] = pGlxVisual->redSize;
glxcmds.c 1582 buf[p++] = pGlxVisual->redSize;
  /xsrc/external/mit/xorgproto/dist/include/GL/
glxint.h 45 int redSize, greenSize, blueSize, alphaSize;
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
pbutil.c 193 int redSize, greenSize, blueSize, alphaSize;
208 redSize = GetFBConfigAttrib(dpy, screen, config, GLX_RED_SIZE);
258 printf("%2d %2d %2d %2d ", redSize, greenSize, blueSize, alphaSize);
274 printf(" Red Size: %d\n", redSize);
glxinfo.c 94 int redSize, greenSize, blueSize, alphaSize;
741 glXGetConfig(dpy, vInfo, GLX_RED_SIZE, &attribs->redSize);
855 glXGetFBConfigAttrib(dpy, fbconfig, GLX_RED_SIZE, &attribs->redSize);
934 printf(" rgba: redSize=%d greenSize=%d blueSize=%d alphaSize=%d float=%c sRGB=%c\n",
935 attribs->redSize, attribs->greenSize,
941 printf(" accum: redSize=%d greenSize=%d blueSize=%d alphaSize=%d\n",
991 attribs->redSize, attribs->greenSize,
1033 attribs->redSize, attribs->greenSize,
1213 (bestVis.redSize < vis.redSize) ||
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/demos/
texenv.c 646 GLint redSize, greenSize, blueSize, alphaSize;
654 glGetTexLevelParameteriv( GL_TEXTURE_2D, 0, GL_TEXTURE_RED_SIZE, &redSize );
678 redSize, greenSize, blueSize, alphaSize,
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmx_glxvisuals.c 122 config->redSize = props[3];
558 cfg->redSize = fbcfg->redBits;
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_dstr.c 1582 stereo, auxBuffers, redSize, greenSize, blueSize,
1592 glXGetConfig(dpy, vinfo, GLX_RED_SIZE, &redSize);
1602 printf("RGBA = (%d, %d, %d, %d)\n", redSize, greenSize, blueSize, alphaSize);
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_dri.c 167 pConfigs[i].redSize = -1;
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_dri.c 407 pConfigs[i].redSize = -1;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri.c 153 pConfigs[i].redSize = 5;
239 pConfigs[i].redSize = 8;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_dri.c 208 pConfigs[i].redSize = 5;

Completed in 22 milliseconds