Searched refs:mTimeLast (Results 1 – 2 of 2) sorted by relevance
128 mTimeLast = getTime(); in timerInit()129 mTimeFrame = mTimeLast; in timerInit()130 mTimeLastFrame = mTimeLast; in timerInit()133 mAverageFPSStartTime = mTimeLast; in timerInit()154 uint64_t last = mTimeLast; in timerSet()155 mTimeLast = getTime(); in timerSet()156 mTimers[mTimerActive] += mTimeLast - last; in timerSet()
364 uint64_t mTimeLast; variable