Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h83 bool bOutputFPS; /*!< Output frames per second. */ member
DPVRShell.cpp110 m_pShellData->bOutputFPS = false; in PVRShell()
194 m_pShellData->bOutputFPS = value; in PVRShellSet()
238 case prefOutputFPS: return m_pShellData->bOutputFPS; in PVRShellGet()
1624 if(m_pShell->m_pShellData->bOutputFPS) in Run()