| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmx_glxvisuals.h | 50 __GLXvisualConfig *GetGLXVisualConfigsFromFBConfigs(__GLXFBConfig *fbconfigs,
|
| H A D | dmx_glxvisuals.c | 239 __GLXFBConfig *config, *fbconfigs; local in function:GetGLXFBConfigs 293 fbconfigs = config; 462 config = fbconfigs; 491 return fbconfigs; 495 GetGLXVisualConfigsFromFBConfigs(__GLXFBConfig *fbconfigs, int nfbconfigs, argument 503 if (!fbconfigs || !nfbconfigs || !nconfigs) return NULL; 515 __GLXFBConfig *fbcfg = &fbconfigs[i];
|
| H A D | dmx.h | 191 __GLXFBConfig *fbconfigs; member in struct:_DMXScreenInfo
|
| H A D | dmxinit.c | 710 dmxScreen->fbconfigs = GetGLXFBConfigs(dmxScreen->beDisplay, 721 if (dmxScreen->fbconfigs) { 723 GetGLXVisualConfigsFromFBConfigs(dmxScreen->fbconfigs,
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | texture_from_pixmap.c | 88 GLXFBConfig *fbconfigs; local in function:ChoosePixmapFBConfig 91 fbconfigs = glXGetFBConfigs(display, screen, &nfbconfigs); 94 glXGetFBConfigAttrib(display, fbconfigs[i], GLX_DRAWABLE_TYPE, &value); 98 glXGetFBConfigAttrib(display, fbconfigs[i], 103 glXGetFBConfigAttrib(display, fbconfigs[i], 106 glXGetFBConfigAttrib(display, fbconfigs[i], 112 glXGetFBConfigAttrib(display, fbconfigs[i], 131 return fbconfigs[i];
|
| H A D | glxinfo.c | 406 GLXFBConfig *fbconfigs; local in function:print_screen_info 415 fbconfigs = choose_fb_config(dpy, scrnum); 416 if (fbconfigs) { 417 ctx = create_context_with_config(dpy, fbconfigs[0], 422 ctx = create_context_with_config(dpy, fbconfigs[0], 426 visinfo = glXGetVisualFromFBConfig(dpy, fbconfigs[0]); 427 XFree(fbconfigs); 917 int fbconfigs) 919 if (fbconfigs) { 1105 GLXFBConfig *fbconfigs; local in function:print_fbconfig_info 916 print_visual_attribs_verbose(const struct visual_attribs * attribs,int fbconfigs) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxscreens.c | 253 cfg = FindMatchingFBConfig( &dmxScreen0->fbconfigs[c], 254 dmxScreen->fbconfigs, 258 dmxLog(dmxInfo,"screen0 FBConfig 0x%x is missing on screen#%d\n", dmxScreen0->fbconfigs[c].id, s); 262 dmxLog(dmxInfo,"screen0 FBConfig 0x%x matched to 0x%x on screen#%d\n", dmxScreen0->fbconfigs[c].id, cfg->id, s); 267 cfg = &dmxScreen0->fbconfigs[c]; 277 &dmxScreen0->fbconfigs[c];
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxscreens.c | 258 for (config = pGlxScreen->fbconfigs; config != NULL; config = config->next) { 293 * fbconfigs, to avoid getting the 32-bit composite visual when 336 for (m = pGlxScreen->fbconfigs; m != NULL; m = m->next) { 370 for (config = pGlxScreen->fbconfigs; config != NULL; config = config->next) { 447 for (config = screen->fbconfigs; config != NULL; config = next) {
|
| H A D | glxscreens.h | 143 /* Linked list of valid fbconfigs for this screen. */ 144 __GLXconfig *fbconfigs; member in struct:__GLXscreen 147 /* Subset of fbconfigs that are exposed as GLX visuals. */
|
| H A D | glxdriswrast.c | 459 screen->base.fbconfigs = glxConvertConfigs(screen->core,
|
| H A D | glxdri2.c | 856 /* enable EXT_framebuffer_sRGB extension (even if there are no sRGB capable fbconfigs) */ 859 /* enable ARB_fbconfig_float extension (even if there are no float fbconfigs) */ 862 /* enable EXT_fbconfig_packed_float (even if there are no packed float fbconfigs) */ 977 screen->base.fbconfigs = glxConvertConfigs(screen->core,
|
| H A D | glxcmds.c | 78 for (m = pGlxScreen->fbconfigs; m != NULL; m = m->next) 1053 for (modes = pGlxScreen->fbconfigs; modes != NULL; modes = modes->next) {
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyr_glamor_glx.c | 402 GLXFBConfig *fbconfigs; local in function:ephyr_glamor_get_visual 407 fbconfigs = glXChooseFBConfig(dpy, DefaultScreen(dpy), attribs, &nelements); 410 fb_config = fbconfigs[0]; 411 free(fbconfigs);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| H A D | dri_helpers.c | 105 for (c = screen->fbconfigs;
|
| H A D | indirect.c | 661 // Creating the fbConfigs initializes screen->base.fbconfigs and screen->base.numFBConfigs 705 fbConfigsDump(screen->base.numFBConfigs, screen->base.fbconfigs, &rejects); 1828 screen->base.fbconfigs = NULL; 2032 screen->base.fbconfigs = first ? &(first->base) : NULL; 2075 screen->base.fbconfigs = NULL; 2443 screen->base.fbconfigs = first ? &(first->base) : NULL;
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glxscreens.h | 134 /* Linked list of valid fbconfigs for this screen. */ 135 __GLXconfig *fbconfigs; member in struct:__GLXscreen 138 /* Subset of fbconfigs that are exposed as GLX visuals. */
|
| H A D | glxscreens.c | 286 for (config = pGlxScreen->fbconfigs; config != NULL; config = config->next) { 349 for (m = pGlxScreen->fbconfigs; m != NULL; m = m->next) { 377 for (config = pGlxScreen->fbconfigs; config != NULL; config = config->next) {
|
| H A D | glxdriswrast.c | 508 screen->base.fbconfigs = glxConvertConfigs(screen->core, driConfigs,
|
| H A D | glxdri.c | 1155 screen->base.fbconfigs = glxConvertConfigs(screen->core,
|
| H A D | glxdri2.c | 782 screen->base.fbconfigs = glxConvertConfigs(screen->core, driConfigs,
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | driwindows_glx.c | 459 driwindowsMapConfigs(struct glx_display *priv, int screen, struct glx_config *configs, struct glx_config *fbconfigs) argument 468 if (fbconfigs) { 474 for (f = fbconfigs; f; f = f->next) {
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | driwindows_glx.c | 419 driwindowsMapConfigs(struct glx_display *priv, int screen, struct glx_config *configs, struct glx_config *fbconfigs) argument 428 if (fbconfigs) { 434 for (f = fbconfigs; f; f = f->next) {
|
| /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); 1737 screen->base.fbconfigs = NULL; 1936 screen->base.fbconfigs = &(result->base); 1976 screen->base.fbconfigs = NULL; 2307 screen->base.fbconfigs = &(result->base);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/ |
| H A D | indirect.c | 537 screen->base.fbconfigs = __glXAquaCreateVisualConfigs(
|
| /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);
|