Searched refs:depthSize (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/glw/dist/
H A DGLwDrawAP.h105 int depthSize; member in struct:__anon900f39910108
H A DGLwDrawA.c151 offset(depthSize), XtRImmediate, (XtPointer) 0},
399 *ptr++ = w->glwDrawingArea.depthSize;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxvisuals.c57 (v1->depthSize == v2->depthSize) &&
H A Dglxcmdsswap.c302 buf[p++] = pGlxVisual->depthSize;
H A Dglxcmds.c1595 buf[p++] = pGlxVisual->depthSize;
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxint.h51 int depthSize; member in struct:__GLXvisualConfigRec
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbutil.c194 int depthSize, stencilSize; local in function:PrintFBConfigInfo
212 depthSize = GetFBConfigAttrib(dpy, screen, config, GLX_DEPTH_SIZE);
259 printf("%2d %2d ", depthSize, stencilSize);
278 printf(" Depth Size: %d\n", depthSize);
H A Dglxinfo.c95 int depthSize; member in struct:visual_attribs
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/
H A Dradeon_accel.c1184 int depthSize; local in function:RADEONSetupMemXAA_DRI
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...]
H A Dradeon_dri.c178 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/
H A Dxgi_dri.c193 pConfigs[i].depthSize = 0;
197 pConfigs[i].depthSize = 16;
201 pConfigs[i].depthSize = 32;
205 pConfigs[i].depthSize = 24;
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64exa.c424 int depthSize = pScreenInfo->virtualY * pScreenInfo->displayWidth * 2; local in function:Mach64SetupMemEXA
455 next += depthSize;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx_glxvisuals.c136 config->depthSize = props[14];
582 cfg->depthSize = fbcfg->depthBits;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_dri.c445 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/
H A Dglut_dstr.c1583 alphaSize, depthSize, stencilSize, acRedSize, acGreenSize, local in function:main
1596 glXGetConfig(dpy, vinfo, GLX_DEPTH_SIZE, &depthSize);
1610 printf("z = %d\n", depthSize);
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c231 pConfigs[i].depthSize = 16;
233 pConfigs[i].depthSize = 0;

Completed in 103 milliseconds