Home
last modified time | relevance | path

Searched refs:prefPositionX (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h296 prefPositionX, /*!< X position of the window */ enumerator
DPVRShell.cpp311 case prefPositionX: in PVRShellSet()
420 case prefPositionX: return m_pShellData->nShellPosX; in PVRShellGet()
1078 shell.PVRShellSet(prefPositionX, atoi(val)); in Apply()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp635 pData->m_pShell->PVRShellSet(prefPositionX, (int)LOWORD(lParam)); in WndProc()