Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp108 m_pShellData->nShellCurFrameNum = 0; in PVRShell()
802 return (unsigned long) m_pShellData->nShellCurFrameNum * m_pShellData->nFrameTime; in PVRShellGetTime()
1497 m_pShell->m_pShellData->nShellCurFrameNum, fFPS); in FpsUpdate()
1627 int nCurrentFrame = m_pShell->m_pShellData->nShellCurFrameNum; in Run()
1662 m_pShell->m_pShellData->nShellCurFrameNum++; in Run()
DPVRShellImpl.h81 int nShellCurFrameNum; /*!< Internal. Current frame number. */ member