Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h236 bool DoIsKeyPressed(const PVRShellKeyName key);
DPVRShell.cpp825 return m_pShellInit->DoIsKeyPressed(key); in PVRShellIsKeyPressed()
1314 bool PVRShellInit::DoIsKeyPressed(const PVRShellKeyName key) in DoIsKeyPressed() function in PVRShellInit
1629 …if(DoIsKeyPressed(PVRShellKeyNameScreenshot) || (nCurrentFrame >= m_pShell->m_pShellData->nCapture… in Run()
1648 if(DoIsKeyPressed(PVRShellKeyNameQUIT)) in Run()