Searched refs:numFBConfigs (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx_glxvisuals.c240 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 Ddmx.h192 int numFBConfigs; member in struct:_DMXScreenInfo
H A Ddmxinit.c712 &dmxScreen->numFBConfigs);
724 dmxScreen->numFBConfigs,
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxscreens.h145 int numFBConfigs; member in struct:__GLXscreen
H A Dglxscreens.c341 pGlxScreen->numFBConfigs = i;
344 calloc(pGlxScreen->numFBConfigs, sizeof(__GLXconfig *));
H A Dglxcmds.c1039 .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 Dglxscreens.h136 int numFBConfigs; member in struct:__GLXscreen
H A Dglxscreens.c354 pGlxScreen->numFBConfigs = i;
357 calloc(pGlxScreen->numFBConfigs, sizeof (__GLXconfig *));
H A Dglxcmds.c1002 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 Dglxscreens.c242 __glXFBConfigs = (__GLXFBConfig **)malloc( dmxScreen0->numFBConfigs *
246 for (c=0; c<dmxScreen0->numFBConfigs; c++) {
255 dmxScreen->numFBConfigs );
H A Dglxcmds.c2711 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 Dglxinfo.c1103 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 Dindirect.c661 // 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 Dindirect.c664 // 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 Dindirect.c538 &screen->base.numFBConfigs, pScreen->myNum);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
H A Dindirect.c508 screen->base.fbconfigs = __glXAquaCreateVisualConfigs(&screen->base.numFBConfigs, pScreen->myNum);
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxext.c751 reply.numFBConfigs,
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxext.c752 reply.numFBConfigs,
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxproto.h817 CARD32 numFBConfigs; member in struct:__anond79856661108

Completed in 37 milliseconds