Lines Matching defs:config_list
1599 struct glx_config **config_list;
1603 config_list = (struct glx_config **)
1606 if ((config_list != NULL) && (list_size > 0) && (attribList != NULL)) {
1607 list_size = choose_fbconfig(config_list, list_size, attribList);
1609 free(config_list);
1610 config_list = NULL;
1615 return (GLXFBConfig *) config_list;
1624 struct glx_config **config_list;
1633 config_list = (struct glx_config **)
1637 if (config_list[i] == config)
1640 free(config_list);
1665 struct glx_config **config_list = NULL;
1684 config_list = malloc(num_configs * sizeof *config_list);
1685 if (config_list != NULL) {
1691 config_list[i] = config;
1698 return (GLXFBConfig *) config_list;