Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h283 prefQuitAfterTime /*!< Shell will quit after this number of seconds (-1 to disable) */ enumerator
DPVRShell.cpp259 case prefQuitAfterTime: in PVRShellSet()
279 case prefQuitAfterTime: return m_pShellData->fDieAfterTime; in PVRShellGet()
1074 shell.PVRShellSet(prefQuitAfterTime, (float)atof(val)); in Apply()
1740 if(m_pShell->PVRShellGet(prefQuitAfterTime) != -1.0f) in OutputInfo()
1741 …_pShell->PVRShellOutputDebug("Quit after time: %f\n", m_pShell->PVRShellGet(prefQuitAfterTime)); in OutputInfo()