Searched refs:best_config (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/glx/
H A Dglxcmds.c1229 struct glx_config *best_config = NULL; local
1258 && ((best_config == NULL) ||
1259 (fbconfig_compare (&config, &best_config) < 0))) {
1272 best_config = config;

Completed in 54 milliseconds