Lines Matching refs:glx_config
52 glx_config_get(struct glx_config * mode, int attribute, int *value_return) in glx_config_get()
218 _X_HIDDEN struct glx_config *
221 const size_t size = sizeof(struct glx_config); in glx_config_create_list()
222 struct glx_config *base = NULL; in glx_config_create_list()
223 struct glx_config **next; in glx_config_create_list()
261 glx_config_destroy_list(struct glx_config *configs) in glx_config_destroy_list()
264 struct glx_config *const next = configs->next; in glx_config_destroy_list()
281 _X_HIDDEN struct glx_config *
282 glx_config_find_visual(struct glx_config *configs, int vid) in glx_config_find_visual()
284 struct glx_config *c; in glx_config_find_visual()
293 _X_HIDDEN struct glx_config *
294 glx_config_find_fbconfig(struct glx_config *configs, int fbid) in glx_config_find_fbconfig()
296 struct glx_config *c; in glx_config_find_fbconfig()