Searched refs:m_pShell (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 68 eglSwapInterval(m_EGLDisplay, m_pShell->m_pShellData->nSwapInterval); in ApiActivatePreferences() 104 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Unable to initialise EGL\n"); in ApiInitAPI() 105 m_pShell->PVRShellOutputDebug("PVRShell: EGL Error (%s)\n", StringFrom_eglGetError()); in ApiInitAPI() 109 …m_pShell->PVRShellOutputDebug("PVRShell: EGL %d.%d initialized\n", m_MajorVersion, m_MinorVersion); in ApiInitAPI() 126 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Failed to bind OpenGL API\n"); in ApiInitAPI() 133 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Failed to bind OpenGL ES API\n"); in ApiInitAPI() 139 m_EGLConfig = SelectEGLConfiguration(m_pShell->m_pShellData); in ApiInitAPI() 181 switch(m_pShell->PVRShellGet(prefPriority)) in ApiInitAPI() 201 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Unable to create a context\n"); in ApiInitAPI() 204 else if(m_pShell->m_pShellData->bNeedPbuffer) in ApiInitAPI() [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.cpp | 1209 if(m_pShell) in Deinit() 1225 delete m_pShell; in Deinit() 1226 m_pShell = 0; in Deinit() 1240 m_pShell = NewDemo(); in Init() 1242 if(!m_pShell) in Init() 1245 m_pShell->m_pShellInit = this; in Init() 1439 m_pShell->PVRShellSet(prefAppName, pName); in SetAppName() 1488 ui32Time = m_pShell->PVRShellGetTime(); in FpsUpdate() 1496 m_pShell->PVRShellOutputDebug("PVRShell: frame %d, FPS %.1f.\n", in FpsUpdate() 1497 m_pShell->m_pShellData->nShellCurFrameNum, fFPS); in FpsUpdate() [all …]
|
D | PVRShellImpl.h | 165 PVRShell *m_pShell; /*!< Our PVRShell class */ variable
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.cpp | 78 m_pShell->m_pShellData->nShellDimX = -240; in OsInit() 79 m_pShell->m_pShellData->nShellDimY = -320; in OsInit() 108 …m_pShell->PVRShellOutputDebug("Warning Readlink %s failed. The application name, read path and wri… in OsInit() 140 m_pShell->PVRShellOutputDebug( "Unable to open X display\n"); in OsInitOS() 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() [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/ |
D | PVRShellOS.cpp | 89 m_pShell->m_pShellData->nShellDimX = SHELL_DISPLAY_DIM_X; in OsInit() 90 m_pShell->m_pShellData->nShellDimY = SHELL_DISPLAY_DIM_Y; in OsInit() 165 pszName = (const char*)m_pShell->PVRShellGet(prefAppName); in OsInitOS() 167 pszVersion = (const char*)m_pShell->PVRShellGet(prefVersion); in OsInitOS() 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() [all …]
|