Lines Matching refs:glx_config
52 glx_config_get(struct glx_config * mode, int attribute, int *value_return) in glx_config_get()
222 _X_HIDDEN struct glx_config *
225 const size_t size = sizeof(struct glx_config); in glx_config_create_list()
226 struct glx_config *base = NULL; in glx_config_create_list()
227 struct glx_config **next; in glx_config_create_list()
266 glx_config_destroy_list(struct glx_config *configs) in glx_config_destroy_list()
269 struct glx_config *const next = configs->next; in glx_config_destroy_list()
286 _X_HIDDEN struct glx_config *
287 glx_config_find_visual(struct glx_config *configs, int vid) in glx_config_find_visual()
289 struct glx_config *c; in glx_config_find_visual()
298 _X_HIDDEN struct glx_config *
299 glx_config_find_fbconfig(struct glx_config *configs, int fbid) in glx_config_find_fbconfig()
301 struct glx_config *c; in glx_config_find_fbconfig()