Home | History | Annotate | Download | only in glx

Lines Matching defs:num_configs

1156  * \param num_configs  Number of elements in the \c configs array.
1170 choose_visual(struct glx_config ** configs, int num_configs,
1189 for (i = 0; i < num_configs; i++) {
1200 if (base < num_configs) {
1201 (void) memset(&configs[base], 0, sizeof(void *) * (num_configs - base));
1668 unsigned num_configs = 0;
1681 num_configs++;
1685 config_list = Xmalloc(num_configs * sizeof *config_list);
1687 *nelements = num_configs;