Home | History | Annotate | Download | only in dri2

Lines Matching defs:num_configs

124    EGLint num_configs = 0;
225 num_configs = _eglFilterArray(disp->Configs, (void **) &matching_config, 1,
228 if (num_configs == 1) {
239 else if (num_configs == 0) {