Home
last modified time | relevance | path

Searched refs:fps_count (Results 1 – 3 of 3) sorted by relevance

/external/quake/quake/src/QW/client/
Dscreen.c460 extern int fps_count; in SCR_DrawFPS()
470 lastfps = fps_count; in SCR_DrawFPS()
471 fps_count = 0; in SCR_DrawFPS()
Dgl_screen.c467 extern int fps_count; in SCR_DrawFPS()
477 lastfps = fps_count; in SCR_DrawFPS()
478 fps_count = 0; in SCR_DrawFPS()
Dcl_main.c123 int fps_count; variable
1392 fps_count++; in Host_Frame()