Searched defs:matchtry (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c1349 unsigned int matchtry; local
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) {

Completed in 71 milliseconds