Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h297 prefPositionY, /*!< Y position of the window */ enumerator
DPVRShell.cpp316 case prefPositionY: in PVRShellSet()
421 case prefPositionY: return m_pShellData->nShellPosY; in PVRShellGet()
1082 shell.PVRShellSet(prefPositionY, atoi(val)); in Apply()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp636 pData->m_pShell->PVRShellSet(prefPositionY, (int)HIWORD(lParam)); in WndProc()