Home | History | Annotate | Download | only in glx

Lines Matching refs:current_time

757    uint64_t current_time;
760 current_time = (uint64_t)tv.tv_sec*1000000 + (uint64_t)tv.tv_usec;
764 if (draw->previous_time + interval * 1000000 <= current_time) {
768 (double)(current_time - draw->previous_time));
771 draw->previous_time = current_time;