Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h647 bool PVRShellIsKeyPressed(const PVRShellKeyName key);
DPVRShell.cpp820 bool PVRShell::PVRShellIsKeyPressed(const PVRShellKeyName key) in PVRShellIsKeyPressed() function in PVRShell
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp679 if(PVRShellIsKeyPressed(PVRShellKeyNameRIGHT)) in RenderScene()
686 else if(PVRShellIsKeyPressed(PVRShellKeyNameLEFT)) in RenderScene()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp565 if(PVRShellIsKeyPressed(PVRShellKeyNameACTION1)) in RenderScene()