Lines Matching refs:possibleMatch
1541 uint32_t possibleMatch = (1<<numConfigs)-1; in eglChooseConfig() local
1542 while(possibleMatch && *attrib_list != EGL_NONE) { in eglChooseConfig()
1546 for (int i=0 ; possibleMatch && i<numConfigs ; i++) { in eglChooseConfig()
1547 if (!(possibleMatch & (1<<i))) in eglChooseConfig()
1550 possibleMatch &= ~(1<<i); in eglChooseConfig()
1556 for (size_t j=0 ; possibleMatch && j<NELEM(config_defaults) ; j++) { in eglChooseConfig()
1564 for (int i=0 ; possibleMatch && i<numConfigs ; i++) { in eglChooseConfig()
1565 if (!(possibleMatch & (1<<i))) in eglChooseConfig()
1571 possibleMatch &= ~(1<<i); in eglChooseConfig()
1579 if (possibleMatch) { in eglChooseConfig()
1582 if (possibleMatch & (1<<i)) { in eglChooseConfig()
1590 if (possibleMatch & (1<<i)) { in eglChooseConfig()