Searched refs:possibleMatch (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Degl.cpp1480 uint32_t possibleMatch = (1<<numConfigs)-1; local
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) {
[all...]

Completed in 768 milliseconds