HomeSort by relevance Sort by last modified time
    Searched refs:PVRShellOutputDebug (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 105 m_pShell->PVRShellOutputDebug("PVRShell: EGL Error (%s)\n", StringFrom_eglGetError());
109 m_pShell->PVRShellOutputDebug("PVRShell: EGL %d.%d initialized\n", m_MajorVersion, m_MinorVersion);
268 m_pShell->PVRShellOutputDebug("InitAPI() Using pixmaps, about to create egl surface\n");
370 PVRShellOutputDebug.
379 m_pShell->PVRShellOutputDebug("\n");
381 m_pShell->PVRShellOutputDebug("GL:\n");
382 m_pShell->PVRShellOutputDebug(" Vendor: %s\n", (char*) glGetString(GL_VENDOR));
383 m_pShell->PVRShellOutputDebug(" Renderer: %s\n", (char*) glGetString(GL_RENDERER));
384 m_pShell->PVRShellOutputDebug(" Version: %s\n", (char*) glGetString(GL_VERSION));
385 m_pShell->PVRShellOutputDebug(" Extensions: ");
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 505 PVRShellOutputDebug("Exit message has been set to: \"%s\".\n", ptrValue);
612 PVRShellOutputDebug("PVRShell: *WARNING* : Overwriting %s\n", pszFileName);
784 PVRShellOutputDebug("PVRShell: Failed to open \"%s\" for writing screen dump.\n", pszFilename);
    [all...]
PVRShell.h 110 PVRShellOutputDebug() will write a debug string (same format as printf) to the platform debug output.
266 prefOutputFPS, /*!< If true then the FPS are output using PVRShellOutputdebug */
268 prefOutputInfo, /*!< If true then the app will output helpful information such as colour buffer format via PVRShellOutputDebug. */
627 void PVRShellOutputDebug(char const * const format, ...) const;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.cpp 47 @Function PVRShellOutputDebug
53 void PVRShell::PVRShellOutputDebug(char const * const format, ...) const
108 m_pShell->PVRShellOutputDebug("Warning Readlink %s failed. The application name, read path and write path have not been set.\n", pszExePath);
140 m_pShell->PVRShellOutputDebug( "Unable to open X display\n");
185 m_pShell->PVRShellOutputDebug( "Unable to open X11 window\n" );
216 m_pShell->PVRShellOutputDebug((const char*)m_pShell->PVRShellGet(prefExitMessage));
537 shell.PVRShellOutputDebug( "Unable to acquire visual" );
565 shell.PVRShellOutputDebug( "Chosen resolution for full screen mode does not match any modeline available.\n" );
612 shell.PVRShellOutputDebug( "Chosen resolution for full screen mode does not match available modeline.\n" );
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 62 @Function PVRShellOutputDebug
68 void PVRShell::PVRShellOutputDebug(char const * const format, ...) const

Completed in 121 milliseconds