Home
last modified time | relevance | path

Searched refs:PVRShellKeyNameQUIT (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h212 PVRShellKeyNameQUIT, /*!< QUIT key value */ enumerator
DPVRShell.cpp1648 if(DoIsKeyPressed(PVRShellKeyNameQUIT)) in Run()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp347 case 9: nLastKeyPressed = PVRShellKeyNameQUIT; break; // Esc in OsRenderComplete()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp706 pData->KeyPressed(PVRShellKeyNameQUIT); in WndProc()