Searched refs:mTimeLast (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsContext.cpp145 mTimeLast = getTime();
146 mTimeFrame = mTimeLast;
147 mTimeLastFrame = mTimeLast;
150 mAverageFPSStartTime = mTimeLast;
171 uint64_t last = mTimeLast;
172 mTimeLast = getTime();
173 mTimers[mTimerActive] += mTimeLast - last;
H A DrsContext.h363 uint64_t mTimeLast; member in class:android::renderscript::Context

Completed in 39 milliseconds