Lines Matching defs:configs
419 driwindowsMapConfigs(struct glx_display *priv, int screen, struct glx_config *configs, struct glx_config *fbconfigs)
426 for (m = configs; m; m = m->next) {
468 struct glx_config *configs = NULL, *visuals = NULL;
491 /* Augment configs with pxfi information */
492 configs = driwindowsMapConfigs(priv, screen, psc->base.configs, NULL);
493 visuals = driwindowsMapConfigs(priv, screen, psc->base.visuals, configs);
495 if (!configs || !visuals) {
500 glx_config_destroy_list(psc->base.configs);
501 psc->base.configs = configs;