Searched refs:mLastFrameNs (Results 1 – 2 of 2) sorted by relevance
127 mLastFrameNs(0) in Renderer()147 mLastFrameNs = 0; in resize()198 if (mLastFrameNs > 0) { in step()199 float dt = float(nowNs - mLastFrameNs) * 0.000000001f; in step()222 mLastFrameNs = nowNs; in step()
101 uint64_t mLastFrameNs; variable