Lines Matching refs:glx_config
53 glx_config_get(struct glx_config * mode, int attribute, int *value_return) in glx_config_get()
223 _X_HIDDEN struct glx_config *
226 const size_t size = sizeof(struct glx_config); in glx_config_create_list()
227 struct glx_config *base = NULL; in glx_config_create_list()
228 struct glx_config **next; in glx_config_create_list()
267 glx_config_destroy_list(struct glx_config *configs) in glx_config_destroy_list()
270 struct glx_config *const next = configs->next; in glx_config_destroy_list()
287 _X_HIDDEN struct glx_config *
288 glx_config_find_visual(struct glx_config *configs, int vid) in glx_config_find_visual()
290 struct glx_config *c; in glx_config_find_visual()
299 _X_HIDDEN struct glx_config *
300 glx_config_find_fbconfig(struct glx_config *configs, int fbid) in glx_config_find_fbconfig()
302 struct glx_config *c; in glx_config_find_fbconfig()