Searched refs:mTimeLast (Results 1 – 2 of 2) sorted by relevance
143 mTimeLast = getTime(); in timerInit()144 mTimeFrame = mTimeLast; in timerInit()145 mTimeLastFrame = mTimeLast; in timerInit()148 mAverageFPSStartTime = mTimeLast; in timerInit()169 uint64_t last = mTimeLast; in timerSet()170 mTimeLast = getTime(); in timerSet()171 mTimers[mTimerActive] += mTimeLast - last; in timerSet()
304 uint64_t mTimeLast; variable