Home | History | Annotate | Download | only in glx

Lines Matching refs:previous_time

115    double previous_time;
691 if (draw->previous_time + 1 < current_time) {
692 if (draw->previous_time) {
694 draw->frames / (current_time - draw->previous_time));
697 draw->previous_time = current_time;