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

  /xsrc/external/mit/glw/dist/
GLwDrawAP.h 103 int blueSize;
GLwDrawA.c 145 offset(blueSize), XtRImmediate, (XtPointer) 1},
395 *ptr++ = w->glwDrawingArea.blueSize;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxvisuals.c 44 (v1->blueSize == v2->blueSize) &&
glxcmdsswap.c 291 buf[p++] = pGlxVisual->blueSize;
glxcmds.c 1584 buf[p++] = pGlxVisual->blueSize;
  /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;
210 blueSize = GetFBConfigAttrib(dpy, screen, config, GLX_BLUE_SIZE);
258 printf("%2d %2d %2d %2d ", redSize, greenSize, blueSize, alphaSize);
276 printf(" Blue Size: %d\n", blueSize);
glxinfo.c 94 int redSize, greenSize, blueSize, alphaSize;
743 glXGetConfig(dpy, vInfo, GLX_BLUE_SIZE, &attribs->blueSize);
857 glXGetFBConfigAttrib(dpy, fbconfig, GLX_BLUE_SIZE, &attribs->blueSize);
934 printf(" rgba: redSize=%d greenSize=%d blueSize=%d alphaSize=%d float=%c sRGB=%c\n",
936 attribs->blueSize, attribs->alphaSize,
941 printf(" accum: redSize=%d greenSize=%d blueSize=%d alphaSize=%d\n",
992 attribs->blueSize, attribs->alphaSize,
1034 attribs->blueSize, attribs->alphaSize
1215 (bestVis.blueSize < vis.blueSize) ||
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/demos/
texenv.c 646 GLint redSize, greenSize, blueSize, alphaSize;
656 glGetTexLevelParameteriv( GL_TEXTURE_2D, 0, GL_TEXTURE_BLUE_SIZE, &blueSize );
678 redSize, greenSize, blueSize, alphaSize,
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmx_glxvisuals.c 124 config->blueSize = props[5];
560 cfg->blueSize = fbcfg->blueBits;
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_dstr.c 1582 stereo, auxBuffers, redSize, greenSize, blueSize,
1594 glXGetConfig(dpy, vinfo, GLX_BLUE_SIZE, &blueSize);
1602 printf("RGBA = (%d, %d, %d, %d)\n", redSize, greenSize, blueSize, alphaSize);
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_dri.c 169 pConfigs[i].blueSize = -1;
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_dri.c 409 pConfigs[i].blueSize = -1;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri.c 155 pConfigs[i].blueSize = 5;
241 pConfigs[i].blueSize = 8;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_dri.c 210 pConfigs[i].blueSize = 5;

Completed in 20 milliseconds