Searched refs:PVRShellOutputDebug (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 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() 268 m_pShell->PVRShellOutputDebug("InitAPI() Using pixmaps, about to create egl surface\n"); in ApiInitAPI() 379 m_pShell->PVRShellOutputDebug("\n"); in OutputAPIInfo() 381 m_pShell->PVRShellOutputDebug("GL:\n"); in OutputAPIInfo() 382 m_pShell->PVRShellOutputDebug(" Vendor: %s\n", (char*) glGetString(GL_VENDOR)); in OutputAPIInfo() 383 m_pShell->PVRShellOutputDebug(" Renderer: %s\n", (char*) glGetString(GL_RENDERER)); in OutputAPIInfo() 384 m_pShell->PVRShellOutputDebug(" Version: %s\n", (char*) glGetString(GL_VERSION)); in OutputAPIInfo() 385 m_pShell->PVRShellOutputDebug(" Extensions: "); in OutputAPIInfo() 403 m_pShell->PVRShellOutputDebug((const char*)glGetStringi(GL_EXTENSIONS,i)); in OutputAPIInfo() [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.cpp | 505 PVRShellOutputDebug("Exit message has been set to: \"%s\".\n", ptrValue); in PVRShellSet() 612 PVRShellOutputDebug("PVRShell: *WARNING* : Overwriting %s\n", pszFileName); in PVRShellScreenSave() 784 PVRShellOutputDebug("PVRShell: Failed to open \"%s\" for writing screen dump.\n", pszFilename); in PVRShellWriteBMPFile() 1159 shell.PVRShellOutputDebug("Version: \"%s\"\n", shell.PVRShellGet(prefVersion)); in Apply() 1496 m_pShell->PVRShellOutputDebug("PVRShell: frame %d, FPS %.1f.\n", in FpsUpdate() 1540 m_pShell->PVRShellOutputDebug("Loaded command-line options from %s.\n", pString); in Run() 1543 m_pShell->PVRShellOutputDebug("Loaded command-line options from %s.\n", pString); in Run() 1552 …m_pShell->PVRShellOutputDebug("PVRShell command line: %d/%d\n", m_CommandLine.m_nOptLen, m_Command… in Run() 1555 m_pShell->PVRShellOutputDebug("CL %d: \"%s\"\t= \"%s\".\n", i, in Run() 1580 m_pShell->PVRShellOutputDebug("InitOS failed!\n"); in Run() [all …]
|
D | PVRShell.h | 627 void PVRShellOutputDebug(char const * const format, ...) const;
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.cpp | 53 void PVRShell::PVRShellOutputDebug(char const * const format, ...) const in PVRShellOutputDebug() function in PVRShell 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() 185 m_pShell->PVRShellOutputDebug( "Unable to open X11 window\n" ); in OsInitOS() 216 m_pShell->PVRShellOutputDebug((const char*)m_pShell->PVRShellGet(prefExitMessage)); in OsExit() 537 shell.PVRShellOutputDebug( "Unable to acquire visual" ); in OpenX11Window() 565 …shell.PVRShellOutputDebug( "Chosen resolution for full screen mode does not match any modeline ava… in OpenX11Window() 612 …shell.PVRShellOutputDebug( "Chosen resolution for full screen mode does not match available modeli… in OpenX11Window()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/ |
D | PVRShellOS.cpp | 68 void PVRShell::PVRShellOutputDebug(char const * const format, ...) const in PVRShellOutputDebug() function in PVRShell
|