Searched refs:secondsElapsed (Results 1 – 1 of 1) sorted by relevance
288 …void drawInfo (deUint64 secondsElapsed, int texMem, int maxTexMem, int bufMem, int maxBufM…303 void DebugInfoRenderer::drawInfo (const deUint64 secondsElapsed, const int texMem, const int maxTex… in drawInfo() argument305 const deUint64 m = secondsElapsed / 60; in drawInfo()315 << std::setw(2) << std::setfill('0') << secondsElapsed % 60; in drawInfo()