Lines Matching defs:matches
1357 } matches[] = {
1389 for(matchtry = 0; matchtry < (sizeof(matches) / sizeof(matches[0])) && !iPixelFormat; matchtry++) {
1404 if(auxBuffers && !cfg->auxBuffers && matches[matchtry].require_aux)
1407 if(matches[matchtry].exact_color) {
1422 if(matches[matchtry].exact_alpha) {
1430 /* We try to locate a format which matches our requirements exactly. In case of
1437 /* In all cases make sure the number of stencil bits matches our requirements
1448 /* When we have passed all the checks then we have found a format which matches our
1632 /* Try to find a pixel format which matches our requirements. */