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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_swap.c12 GLint __glutSwapCount = 0; variable in typeref:typename:GLint
58 __glutSwapCount++;
63 float fps = (float) __glutSwapCount / time;
65 __glutSwapCount, time, fps);
67 __glutSwapCount = 0;
H A Dglutint.h788 extern GLint __glutSwapCount;

Completed in 5 milliseconds