Home | History | Annotate | Download | only in glx

Lines Matching full:config_list

1621    struct glx_config **config_list;
1625 config_list = (struct glx_config **)
1628 if ((config_list != NULL) && (list_size > 0) && (attribList != NULL)) {
1629 list_size = choose_visual(config_list, list_size, attribList, GL_TRUE);
1631 XFree(config_list);
1632 config_list = NULL;
1637 return (GLXFBConfig *) config_list;
1666 struct glx_config **config_list = NULL;
1685 config_list = Xmalloc(num_configs * sizeof *config_list);
1686 if (config_list != NULL) {
1692 config_list[i] = config;
1699 return (GLXFBConfig *) config_list;