Searched refs:mTimeLast (Results 1 – 2 of 2) sorted by relevance
145 mTimeLast = getTime(); in timerInit()146 mTimeFrame = mTimeLast; in timerInit()147 mTimeLastFrame = mTimeLast; in timerInit()150 mAverageFPSStartTime = mTimeLast; in timerInit()171 uint64_t last = mTimeLast; in timerSet()172 mTimeLast = getTime(); in timerSet()173 mTimers[mTimerActive] += mTimeLast - last; in timerSet()
369 uint64_t mTimeLast; variable