Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp360 m_pShellInit->m_eKeyMapDOWN = PVRShellKeyNameDOWN; in PVRShellSet()
366 m_pShellInit->m_eKeyMapDOWN = PVRShellKeyNameRIGHT; in PVRShellSet()
372 m_pShellInit->m_eKeyMapDOWN = PVRShellKeyNameUP; in PVRShellSet()
378 m_pShellInit->m_eKeyMapDOWN = PVRShellKeyNameLEFT; in PVRShellSet()
1248 m_eKeyMapDOWN = PVRShellKeyNameDOWN; in Init()
1388 KeyPressed(m_eKeyMapDOWN); in TouchEnded()
DPVRShellImpl.h176 …PVRShellKeyName m_eKeyMapDOWN; /*!< Holds the value to be returned when PVRShellKeyNameDOWN is re… variable
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp355 case 116: nLastKeyPressed = m_eKeyMapDOWN; break; in OsRenderComplete()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp714 pData->KeyPressed(pData->m_eKeyMapDOWN); in WndProc()