Searched refs:best_config (Results 1 – 1 of 1) sorted by relevance
1229 struct glx_config *best_config = NULL; in glXChooseVisual() local1258 && ((best_config == NULL) || in glXChooseVisual()1259 (fbconfig_compare (&config, &best_config) < 0))) { in glXChooseVisual()1272 best_config = config; in glXChooseVisual()