Home | History | Annotate | Download | only in libagl

Lines Matching full:numconfigs

1203     size_t numConfigs =  NELEM(gConfigs);
1205 if (uint32_t(index) >= numConfigs)
1444 GLint numConfigs = NELEM(gConfigs);
1446 *num_config = numConfigs;
1450 for (i=0 ; i<numConfigs && i<config_size ; i++) {
1479 int numConfigs = NELEM(gConfigs);
1480 uint32_t possibleMatch = (1<<numConfigs)-1;
1485 for (int i=0 ; possibleMatch && i<numConfigs ; i++) {
1503 for (int i=0 ; possibleMatch && i<numConfigs ; i++) {
1520 for (int i=0 ; config_size && i<numConfigs ; i++) {
1528 for (int i=0 ; i<numConfigs ; i++) {