Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp150 MONITORINFO sMInfo; in OsInitOS() local
191 sMInfo.cbSize = sizeof(sMInfo); in OsInitOS()
192 bRet = GetMonitorInfo(hMonitor, &sMInfo); in OsInitOS()
200 (m_pShell->m_pShellData->nShellDimX > (sMInfo.rcMonitor.right - sMInfo.rcMonitor.left)) || in OsInitOS()
201 (m_pShell->m_pShellData->nShellDimY > (sMInfo.rcMonitor.bottom - sMInfo.rcMonitor.top))) in OsInitOS()
260 m_pShell->m_pShellData->nShellDimX = sMInfo.rcMonitor.right; in OsInitOS()
261 m_pShell->m_pShellData->nShellDimY = sMInfo.rcMonitor.bottom; in OsInitOS()