Home | History | Annotate | Download | only in glx

Lines Matching defs:previous_time

91    uint64_t previous_time;
770 if (draw->previous_time + interval * 1000000 <= current_time) {
771 if (draw->previous_time) {
774 (double)(current_time - draw->previous_time));
777 draw->previous_time = current_time;