Home
last modified time | relevance | path

Searched refs:m_statsNumFrames (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/
DFrameBuffer.cpp1806 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()
DFrameBuffer.h738 int m_statsNumFrames = 0; variable