| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmx_glxvisuals.c | 240 GLint i, j, numFBConfigs, numAttribs; local in function:GetGLXFBConfigs 261 numFBConfigs = (int)reply.numFBConfigs; 262 if (!numFBConfigs) { 285 Xmalloc(numFBConfigs * sizeof(__GLXFBConfig)); 292 memset(config, 0, numFBConfigs * sizeof(__GLXFBConfig)); 296 for (i=0; i<numFBConfigs; i++) {
|
| H A D | dmx.h | 192 int numFBConfigs; member in struct:_DMXScreenInfo
|
| H A D | dmxinit.c | 712 &dmxScreen->numFBConfigs); 724 dmxScreen->numFBConfigs,
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxscreens.h | 145 int numFBConfigs; member in struct:__GLXscreen
|
| H A D | glxscreens.c | 341 pGlxScreen->numFBConfigs = i; 344 calloc(pGlxScreen->numFBConfigs, sizeof(__GLXconfig *));
|
| H A D | glxcmds.c | 1039 .length = __GLX_FBCONFIG_ATTRIBS_LENGTH * pGlxScreen->numFBConfigs, 1040 .numFBConfigs = pGlxScreen->numFBConfigs, 1047 __GLX_SWAP_INT(&reply.numFBConfigs);
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glxscreens.h | 136 int numFBConfigs; member in struct:__GLXscreen
|
| H A D | glxscreens.c | 354 pGlxScreen->numFBConfigs = i; 357 calloc(pGlxScreen->numFBConfigs, sizeof (__GLXconfig *));
|
| H A D | glxcmds.c | 1002 reply.numFBConfigs = pGlxScreen->numFBConfigs; 1004 reply.length = (__GLX_FBCONFIG_ATTRIBS_LENGTH * reply.numFBConfigs); 1011 __GLX_SWAP_INT(&reply.numFBConfigs);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxscreens.c | 242 __glXFBConfigs = (__GLXFBConfig **)malloc( dmxScreen0->numFBConfigs * 246 for (c=0; c<dmxScreen0->numFBConfigs; c++) { 255 dmxScreen->numFBConfigs );
|
| H A D | glxcmds.c | 2711 int numFBConfigs, i, p; local in function:__glXGetFBConfigs 2721 numFBConfigs = __glXNumFBConfigs; 2723 reply.numFBConfigs = numFBConfigs; 2725 reply.length = (numFBConfigs * 2 * numAttribs * __GLX_SIZE_CARD32) >> 2; 2733 __GLX_SWAP_INT(&reply.numFBConfigs); 2738 for (i=0; i < numFBConfigs; i++) {
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxinfo.c | 1103 int numFBConfigs = 0; local in function:print_fbconfig_info 1109 fbconfigs = glXGetFBConfigs(dpy, scrnum, &numFBConfigs); 1111 if (numFBConfigs == 0) { 1116 printf("%d GLXFBConfigs:\n", numFBConfigs); 1122 for (i = 0; i < numFBConfigs; i++) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| H A D | indirect.c | 661 // Creating the fbConfigs initializes screen->base.fbconfigs and screen->base.numFBConfigs 671 if (screen->base.numFBConfigs > 0) { 676 if (screen->base.numFBConfigs <= 0) { 685 if (screen->base.numFBConfigs <= 0) { 705 fbConfigsDump(screen->base.numFBConfigs, screen->base.fbconfigs, &rejects); 1827 screen->base.numFBConfigs = 0; 2031 screen->base.numFBConfigs = n; 2074 screen->base.numFBConfigs = 0; 2442 screen->base.numFBConfigs = n;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | indirect.c | 664 // Initializes screen->base.fbconfigs and screen->base.numFBConfigs 673 fbConfigsDump(screen->base.numFBConfigs, screen->base.fbconfigs); 1736 screen->base.numFBConfigs = 0; 1935 screen->base.numFBConfigs = n; 1975 screen->base.numFBConfigs = 0; 2306 screen->base.numFBConfigs = n;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/ |
| H A D | indirect.c | 538 &screen->base.numFBConfigs, pScreen->myNum);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/ |
| H A D | indirect.c | 508 screen->base.fbconfigs = __glXAquaCreateVisualConfigs(&screen->base.numFBConfigs, pScreen->myNum);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxext.c | 751 reply.numFBConfigs,
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxext.c | 752 reply.numFBConfigs,
|
| /xsrc/external/mit/xorgproto/dist/include/GL/ |
| H A D | glxproto.h | 817 CARD32 numFBConfigs; member in struct:__anond79856661108
|