Searched refs:m_pShellData (Results 1 – 5 of 5) sorted by relevance
64 m_pShellData = new PVRShellData; in PVRShell()66 m_pShellData->nShellPosX=0; in PVRShell()67 m_pShellData->nShellPosY=0; in PVRShell()69 m_pShellData->bFullScreen = false; // note this may be overridden by some OS versions of PVRShell in PVRShell()71 m_pShellData->nAASamples= 0; in PVRShell()72 m_pShellData->nColorBPP = 0; in PVRShell()73 m_pShellData->nDepthBPP = 0; in PVRShell()75 m_pShellData->nDieAfterFrames = PVRSHELL_QUIT_AFTER_FRAME; in PVRShell()76 m_pShellData->fDieAfterTime = PVRSHELL_QUIT_AFTER_TIME; in PVRShell()78 m_pShellData->bNeedPbuffer = false; in PVRShell()[all …]
404 PVRShellData *m_pShellData; variable
78 m_pShell->m_pShellData->nShellDimX = -240; in OsInit()79 m_pShell->m_pShellData->nShellDimY = -320; in OsInit()157 if(m_pShell->m_pShellData->bFullScreen) in OsInitOS()160 if(m_pShell->m_pShellData->nShellDimX < 0) { in OsInitOS()161 m_pShell->m_pShellData->nShellDimX = display_width; in OsInitOS()163 if(m_pShell->m_pShellData->nShellDimY < 0) { in OsInitOS()164 m_pShell->m_pShellData->nShellDimY = display_height; in OsInitOS()169 if(m_pShell->m_pShellData->nShellDimX < 0) in OsInitOS()170 m_pShell->m_pShellData->nShellDimX = (display_width > display_height) ? 800 : 600; in OsInitOS()172 if(m_pShell->m_pShellData->nShellDimY < 0) in OsInitOS()[all …]
89 m_pShell->m_pShellData->nShellDimX = SHELL_DISPLAY_DIM_X; in OsInit()90 m_pShell->m_pShellData->nShellDimY = SHELL_DISPLAY_DIM_Y; in OsInit()188 p.x = m_pShell->m_pShellData->nShellPosX; in OsInitOS()189 p.y = m_pShell->m_pShellData->nShellPosY; 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()203 m_pShell->m_pShellData->nShellDimX >>= 1; in OsInitOS()204 m_pShell->m_pShellData->nShellDimY >>= 1; in OsInitOS()212 if(m_pShell->m_pShellData->bFullScreen) in OsInitOS()214 … WS_SYSMENU,CW_USEDEFAULT, CW_USEDEFAULT, m_pShell->m_pShellData->nShellDimX, m_pShell->m_pShellDa… in OsInitOS()[all …]
68 eglSwapInterval(m_EGLDisplay, m_pShell->m_pShellData->nSwapInterval); in ApiActivatePreferences()139 m_EGLConfig = SelectEGLConfiguration(m_pShell->m_pShellData); in ApiInitAPI()204 else if(m_pShell->m_pShellData->bNeedPbuffer) in ApiInitAPI()207 m_pShell->m_pShellData->bNeedPbuffer = false; in ApiInitAPI()209 else if(m_pShell->m_pShellData->bNeedStencilBuffer) in ApiInitAPI()212 m_pShell->m_pShellData->bNeedStencilBuffer = false; in ApiInitAPI()214 else if(m_pShell->m_pShellData->nAASamples > 0) in ApiInitAPI()217 --m_pShell->m_pShellData->nAASamples; in ApiInitAPI()257 if(m_pShell->m_pShellData->bNeedAlphaFormatPre) // The default is EGL_ALPHA_FORMAT_NONPRE in ApiInitAPI()266 if(m_pShell->m_pShellData->bNeedPixmap) in ApiInitAPI()[all …]