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

  /xsrc/external/mit/glw/dist/
GLwDrawAP.h 105 int depthSize;
GLwDrawA.c 151 offset(depthSize), XtRImmediate, (XtPointer) 0},
399 *ptr++ = w->glwDrawingArea.depthSize;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxvisuals.c 57 (v1->depthSize == v2->depthSize) &&
glxcmdsswap.c 302 buf[p++] = pGlxVisual->depthSize;
glxcmds.c 1595 buf[p++] = pGlxVisual->depthSize;
  /xsrc/external/mit/xorgproto/dist/include/GL/
glxint.h 51 int depthSize;
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
pbutil.c 194 int depthSize, stencilSize;
212 depthSize = GetFBConfigAttrib(dpy, screen, config, GLX_DEPTH_SIZE);
259 printf("%2d %2d ", depthSize, stencilSize);
278 printf(" Depth Size: %d\n", depthSize);
glxinfo.c 95 int depthSize;
745 glXGetConfig(dpy, vInfo, GLX_DEPTH_SIZE, &attribs->depthSize);
859 glXGetFBConfigAttrib(dpy, fbconfig, GLX_DEPTH_SIZE, &attribs->depthSize);
939 printf(" auxBuffers=%d depthSize=%d stencilSize=%d\n",
940 attribs->auxBuffers, attribs->depthSize, attribs->stencilSize);
996 attribs->depthSize,
1041 attribs->depthSize,
1217 (bestVis.depthSize < vis.depthSize) ||
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_accel.c 1184 int depthSize;
1211 depthSize = RADEON_ALIGN((RADEON_ALIGN(pScrn->virtualY, 16)) * info->dri->depthPitch
1232 texsizerequest = ((int)info->FbMapSize - 2 * bufferSize - depthSize
1240 info->dri->textureSize = info->FbMapSize - info->FbSecureSize - 5 * bufferSize - depthSize;
1248 info->dri->textureSize = info->FbMapSize - 4 * bufferSize - depthSize;
1251 info->dri->textureSize = info->FbMapSize - 3 * bufferSize - depthSize;
1259 info->dri->textureSize = info->FbMapSize - 2 * bufferSize - depthSize
1267 if ((int)info->FbMapSize - 8192*width_bytes - bufferSize - depthSize
1270 info->FbMapSize - 8192*width_bytes - bufferSize - depthSize;
1326 info->dri->depthOffset = RADEON_ALIGN(info->dri->textureOffset - depthSize,
    [all...]
radeon_dri.c 178 pConfigs[i].depthSize = info->dri->depthBits;
179 if (pConfigs[i].depthSize == 24 ? (RADEON_USE_STENCIL - stencil)
188 (pConfigs[i].stencilSize && pConfigs[i].depthSize == 16)) {
264 pConfigs[i].depthSize = info->dri->depthBits;
265 if (pConfigs[i].depthSize == 24 ? (RADEON_USE_STENCIL - stencil)
274 (pConfigs[i].stencilSize && pConfigs[i].depthSize == 16)) {
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_dri.c 193 pConfigs[i].depthSize = 0;
197 pConfigs[i].depthSize = 16;
201 pConfigs[i].depthSize = 32;
205 pConfigs[i].depthSize = 24;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmx_glxvisuals.c 136 config->depthSize = props[14];
582 cfg->depthSize = fbcfg->depthBits;
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64exa.c 431 int depthSize = pScreenInfo->virtualY * pScreenInfo->displayWidth * 2;
446 next += depthSize;
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_dri.c 445 pConfigs[i].depthSize = 24;
449 pConfigs[i].depthSize = 16;
453 pConfigs[i].depthSize = 0;
457 pConfigs[i].depthSize = 32;
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_dstr.c 1583 alphaSize, depthSize, stencilSize, acRedSize, acGreenSize,
1596 glXGetConfig(dpy, vinfo, GLX_DEPTH_SIZE, &depthSize);
1610 printf("z = %d\n", depthSize);
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_dri.c 231 pConfigs[i].depthSize = 16;
233 pConfigs[i].depthSize = 0;

Completed in 23 milliseconds