OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVRShellIsKeyPressed
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h
101
The user input is abstracted with the
PVRShellIsKeyPressed
() function. It will not work in all devices, but we have tried to map the most
[
all
...]
PVRShell.cpp
820
bool PVRShell::
PVRShellIsKeyPressed
(const PVRShellKeyName key)
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp
679
if(
PVRShellIsKeyPressed
(PVRShellKeyNameRIGHT))
686
else if(
PVRShellIsKeyPressed
(PVRShellKeyNameLEFT))
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp
565
if(
PVRShellIsKeyPressed
(PVRShellKeyNameACTION1))
Completed in 351 milliseconds