Home | History | Annotate | Download | only in egl

Lines Matching full:numconfigs

560     GLint numConfigs = s_display.getNumConfigs();
562 *num_config = numConfigs;
567 for (i=0 ; i<numConfigs && i<config_size ; i++) {