Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Ddri2_glx.c115 double previous_time; member
691 if (draw->previous_time + 1 < current_time) { in show_fps()
692 if (draw->previous_time) { in show_fps()
694 draw->frames / (current_time - draw->previous_time)); in show_fps()
697 draw->previous_time = current_time; in show_fps()