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

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

Completed in 219 milliseconds