| /xsrc/external/mit/glw/dist/ |
| H A D | GLwDrawAP.h | 105 int depthSize; member in struct:__anon900f39910108
|
| H A D | GLwDrawA.c | 151 offset(depthSize), XtRImmediate, (XtPointer) 0}, 399 *ptr++ = w->glwDrawingArea.depthSize;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxvisuals.c | 57 (v1->depthSize == v2->depthSize) &&
|
| H A D | glxcmdsswap.c | 302 buf[p++] = pGlxVisual->depthSize;
|
| H A D | glxcmds.c | 1595 buf[p++] = pGlxVisual->depthSize;
|
| /xsrc/external/mit/xorgproto/dist/include/GL/ |
| H A D | glxint.h | 51 int depthSize; member in struct:__GLXvisualConfigRec
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | pbutil.c | 194 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 D | glxinfo.c | 95 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 D | radeon_accel.c | 1184 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 D | 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/ |
| H A D | 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/xf86-video-mach64/dist/src/ |
| H A D | atimach64exa.c | 424 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 D | dmx_glxvisuals.c | 136 config->depthSize = props[14]; 582 cfg->depthSize = fbcfg->depthBits;
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | 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/ |
| H A D | glut_dstr.c | 1583 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 D | i810_dri.c | 231 pConfigs[i].depthSize = 16; 233 pConfigs[i].depthSize = 0;
|