Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp63 m_pShellInit = NULL; in PVRShell()
208 return m_pShellInit->OsSet(prefName, value); in PVRShellSet()
358 m_pShellInit->m_eKeyMapUP = PVRShellKeyNameUP; in PVRShellSet()
359 m_pShellInit->m_eKeyMapLEFT = PVRShellKeyNameLEFT; in PVRShellSet()
360 m_pShellInit->m_eKeyMapDOWN = PVRShellKeyNameDOWN; in PVRShellSet()
361 m_pShellInit->m_eKeyMapRIGHT = PVRShellKeyNameRIGHT; in PVRShellSet()
364 m_pShellInit->m_eKeyMapUP = PVRShellKeyNameLEFT; in PVRShellSet()
365 m_pShellInit->m_eKeyMapLEFT = PVRShellKeyNameDOWN; in PVRShellSet()
366 m_pShellInit->m_eKeyMapDOWN = PVRShellKeyNameRIGHT; in PVRShellSet()
367 m_pShellInit->m_eKeyMapRIGHT = PVRShellKeyNameUP; in PVRShellSet()
[all …]
DPVRShell.h405 PVRShellInit *m_pShellInit; variable
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp66 m_pShellInit->OsDisplayDebugString(buf); in PVRShellOutputDebug()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp78 m_pShellInit->OsDisplayDebugString(buf); in PVRShellOutputDebug()