Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp188 p.x = m_pShell->m_pShellData->nShellPosX; in OsInitOS()
225 m_pShell->m_pShellData->nShellPosX, in OsInitOS()
227 m_pShell->m_pShellData->nShellPosX+m_pShell->m_pShellData->nShellDimX, in OsInitOS()
231 x = m_pShell->m_pShellData->nShellPosX - winRect.left; in OsInitOS()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h43 int nShellPosX; /*!< X position of the window. */ member
DPVRShell.cpp66 m_pShellData->nShellPosX=0; in PVRShell()
313 m_pShellData->nShellPosX = value; in PVRShellSet()
420 case prefPositionX: return m_pShellData->nShellPosX; in PVRShellGet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp630 shell.m_pShellData->nShellPosX, // X position of window in OpenX11Window()
643 sh.x = shell.m_pShellData->nShellPosX; in OpenX11Window()