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

  /xsrc/external/mit/glw/dist/
GLwDrawAP.h 105 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-mach64/dist/src/
atimach64exa.c 431 int depthSize = pScreenInfo->virtualY * pScreenInfo->displayWidth * 2;
446 next += 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...]
  /xsrc/external/mit/xorgproto/dist/include/GL/
glxint.h 51 int depthSize;
  /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);

Completed in 14 milliseconds