Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp358 m_pShellInit->m_eKeyMapUP = PVRShellKeyNameUP; in PVRShellSet()
364 m_pShellInit->m_eKeyMapUP = PVRShellKeyNameLEFT; in PVRShellSet()
370 m_pShellInit->m_eKeyMapUP = PVRShellKeyNameDOWN; in PVRShellSet()
376 m_pShellInit->m_eKeyMapUP = PVRShellKeyNameRIGHT; in PVRShellSet()
1250 m_eKeyMapUP = PVRShellKeyNameUP; in Init()
1390 KeyPressed(m_eKeyMapUP); in TouchEnded()
DPVRShellImpl.h174 …PVRShellKeyName m_eKeyMapUP; /*!< Holds the value to be returned when PVRShellKeyNameUP is reques… variable
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp353 case 111: nLastKeyPressed = m_eKeyMapUP; break; in OsRenderComplete()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp710 pData->KeyPressed(pData->m_eKeyMapUP); in WndProc()