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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_dstr.c667 int cap, cvalue, fbvalue; local in function:findMatch
672 fbvalue = numok;
674 fbvalue = fbmodes[i].cap[cap];
679 capstr[cap], compstr[criteria[j].comparison], cvalue, fbvalue);
683 result = cvalue == fbvalue;
687 result = cvalue != fbvalue;
691 result = fbvalue < cvalue;
692 thisScore[j] = fbvalue - cvalue;
695 result = fbvalue > cvalue;
696 thisScore[j] = fbvalue
[all...]

Completed in 2 milliseconds