Lines Matching refs:possibleMatch
1423 uint32_t possibleMatch = (1<<numConfigs)-1; in eglChooseConfig() local
1424 while (possibleMatch && *attrib_list != EGL_NONE) { in eglChooseConfig()
1428 for (int i=0 ; possibleMatch && i<numConfigs ; i++) { in eglChooseConfig()
1429 if (!(possibleMatch & (1<<i))) in eglChooseConfig()
1432 possibleMatch &= ~(1<<i); in eglChooseConfig()
1438 for (size_t j=0 ; possibleMatch && j<NELEM(config_defaults) ; j++) { in eglChooseConfig()
1445 for (int i=0 ; possibleMatch && i<numConfigs ; i++) { in eglChooseConfig()
1446 if (!(possibleMatch & (1<<i))) in eglChooseConfig()
1451 possibleMatch &= ~(1<<i); in eglChooseConfig()
1459 if (possibleMatch) { in eglChooseConfig()
1462 if (possibleMatch & (1<<i)) { in eglChooseConfig()
1470 if (possibleMatch & (1<<i)) { in eglChooseConfig()