Searched refs:fbconfigs (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx_glxvisuals.h50 __GLXvisualConfig *GetGLXVisualConfigsFromFBConfigs(__GLXFBConfig *fbconfigs,
H A Ddmx_glxvisuals.c239 __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 Ddmx.h191 __GLXFBConfig *fbconfigs; member in struct:_DMXScreenInfo
H A Ddmxinit.c710 dmxScreen->fbconfigs = GetGLXFBConfigs(dmxScreen->beDisplay,
721 if (dmxScreen->fbconfigs) {
723 GetGLXVisualConfigsFromFBConfigs(dmxScreen->fbconfigs,
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dtexture_from_pixmap.c88 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 Dglxinfo.c406 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 Dglxscreens.c253 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 Dglxscreens.c258 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 Dglxscreens.h143 /* 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 Dglxdriswrast.c459 screen->base.fbconfigs = glxConvertConfigs(screen->core,
H A Dglxdri2.c856 /* 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 Dglxcmds.c78 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 Dephyr_glamor_glx.c402 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 Ddri_helpers.c105 for (c = screen->fbconfigs;
H A Dindirect.c661 // 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 Dglxscreens.h134 /* 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 Dglxscreens.c286 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 Dglxdriswrast.c508 screen->base.fbconfigs = glxConvertConfigs(screen->core, driConfigs,
H A Dglxdri.c1155 screen->base.fbconfigs = glxConvertConfigs(screen->core,
H A Dglxdri2.c782 screen->base.fbconfigs = glxConvertConfigs(screen->core, driConfigs,
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddriwindows_glx.c459 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 Ddriwindows_glx.c419 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 Dindirect.c664 // 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 Dindirect.c537 screen->base.fbconfigs = __glXAquaCreateVisualConfigs(
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
H A Dindirect.c508 screen->base.fbconfigs = __glXAquaCreateVisualConfigs(&screen->base.numFBConfigs, pScreen->myNum);

Completed in 31 milliseconds

12