Searched refs:m_statsNumFrames (Results 1 – 2 of 2) sorted by relevance
1806 m_statsNumFrames++; in postImpl()1810 printf("FPS: %5.3f \n", (float)m_statsNumFrames / dt); in postImpl()1811 m_statsNumFrames = 0; in postImpl()2269 stream->putBe32(m_statsNumFrames); in onSave()2496 m_statsNumFrames = stream->getBe32(); in onLoad()
738 int m_statsNumFrames = 0; variable