Home
last modified time | relevance | path

Searched refs:PVRShellKeyNameACTION1 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h214 PVRShellKeyNameACTION1, /*!< ACTION1 key value */ enumerator
DPVRShell.cpp1397 KeyPressed(PVRShellKeyNameACTION1); in TouchEnded()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp350 case 10: nLastKeyPressed = PVRShellKeyNameACTION1; break; // number 1 in OsRenderComplete()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp730 pData->KeyPressed(PVRShellKeyNameACTION1); in WndProc()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp565 if(PVRShellIsKeyPressed(PVRShellKeyNameACTION1)) in RenderScene()