Lines Matching refs:configs
459 driwindowsMapConfigs(struct glx_display *priv, int screen, struct glx_config *configs, struct glx_config *fbconfigs)
466 for (m = configs; m; m = m->next) {
508 struct glx_config *configs = NULL, *visuals = NULL;
531 /* Augment configs with pxfi information */
532 configs = driwindowsMapConfigs(priv, screen, psc->base.configs, NULL);
533 visuals = driwindowsMapConfigs(priv, screen, psc->base.visuals, configs);
535 if (!configs || !visuals) {
540 glx_config_destroy_list(psc->base.configs);
541 psc->base.configs = configs;