Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp76 m_pShellData->fDieAfterTime = PVRSHELL_QUIT_AFTER_TIME; in PVRShell()
260 m_pShellData->fDieAfterTime = value; in PVRShellSet()
279 case prefQuitAfterTime: return m_pShellData->fDieAfterTime; in PVRShellGet()
1659 …f((m_pShell->m_pShellData->fDieAfterTime>=0.0f) && (((OsGetTime()-StartTime)*0.001f) >= m_pShell->… in Run()
DPVRShellImpl.h63 …float fDieAfterTime; /*!< Set shell to quit after this number of seconds (-1 to… member