Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dubgears.c482 static long lastFps = 0; in event_loop() local
495 if (!lastFps) in event_loop()
496 lastFps = t; in event_loop()
515 if (t - lastFps >= 5000000L) { in event_loop()
516 GLfloat seconds = (t - lastFps) / 1000000.0; in event_loop()
521 lastFps = t; in event_loop()