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

/external/quake/quake/src/QW/client/
H A Dscreen.c461 static lastfps; local
470 lastfps = fps_count;
475 sprintf(st, "%3d FPS", lastfps);
H A Dgl_screen.c468 static int lastfps; local
477 lastfps = fps_count;
482 sprintf(st, "%3d FPS", lastfps);

Completed in 71 milliseconds