Lines Matching refs:possibleMatch
1521 uint32_t possibleMatch = (1<<numConfigs)-1;
1522 while(possibleMatch && *attrib_list != EGL_NONE) {
1526 for (int i=0 ; possibleMatch && i<numConfigs ; i++) {
1527 if (!(possibleMatch & (1<<i)))
1530 possibleMatch &= ~(1<<i);
1536 for (size_t j=0 ; possibleMatch && j<NELEM(config_defaults) ; j++) {
1544 for (int i=0 ; possibleMatch && i<numConfigs ; i++) {
1545 if (!(possibleMatch & (1<<i)))
1551 possibleMatch &= ~(1<<i);
1559 if (possibleMatch) {
1562 if (possibleMatch & (1<<i)) {
1570 if (possibleMatch & (1<<i)) {