Searched refs:mTimeLast (Results 1 – 2 of 2) sorted by relevance
111 mTimeLast = getTime(); in timerInit()112 mTimeFrame = mTimeLast; in timerInit()113 mTimeLastFrame = mTimeLast; in timerInit()116 mAverageFPSStartTime = mTimeLast; in timerInit()137 uint64_t last = mTimeLast; in timerSet()138 mTimeLast = getTime(); in timerSet()139 mTimers[mTimerActive] += mTimeLast - last; in timerSet()
265 uint64_t mTimeLast; variable