Searched refs:g_fps (Results 1 – 4 of 4) sorted by relevance
26 static int g_fps = 0; variable80 double fps = g_fps; in terminate()103 if (!g_fps) { in next_frame()107 g_fps++; in next_frame()118 fps = g_fps / sec; in next_frame()126 g_fps = 0; in next_frame()
25 static int g_fps = 0; variable77 double fps = g_fps; in terminate()106 if (!g_fps) { in next_frame()114 g_fps++; in next_frame()
58 static int g_fps = 0, g_updates = 0, g_skips = 0; variable208 g_fps++; in loop_once()219 n = _snprintf(buffer, 128, "%s: %d fps", v->title, int(double(g_fps + g_skips) / sec)); in loop_once()225 int(g_fps / sec)); in loop_once()228 g_skips = g_fps = 0; in loop_once()
74 static int g_fps = 0; variable362 g_fps++; in next_frame()392 double fps = g_fps; in next_frame()393 g_fps = 0; in next_frame()