Lines Matching full:possiblematch
1480 uint32_t possibleMatch = (1<<numConfigs)-1;
1481 while(possibleMatch && *attrib_list != EGL_NONE) {
1485 for (int i=0 ; possibleMatch && i<numConfigs ; i++) {
1486 if (!(possibleMatch & (1<<i)))
1489 possibleMatch &= ~(1<<i);
1495 for (size_t j=0 ; possibleMatch && j<NELEM(config_defaults) ; j++) {
1503 for (int i=0 ; possibleMatch && i<numConfigs ; i++) {
1504 if (!(possibleMatch & (1<<i)))
1510 possibleMatch &= ~(1<<i);
1518 if (possibleMatch) {
1521 if (possibleMatch & (1<<i)) {
1529 if (possibleMatch & (1<<i)) {