Lines Matching refs:PVRShellOutputDebug
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()
1588 m_pShell->PVRShellOutputDebug("InitAPI failed!\n"); in Run()
1600 m_pShell->PVRShellOutputDebug("InitView failed!\n"); in Run()
1710 m_pShell->PVRShellOutputDebug("\n"); in OutputInfo()
1711 m_pShell->PVRShellOutputDebug("App name: %s\n" , m_pShell->PVRShellGet(prefAppName)); in OutputInfo()
1712 m_pShell->PVRShellOutputDebug("SDK version: %s\n" , m_pShell->PVRShellGet(prefVersion)); in OutputInfo()
1713 m_pShell->PVRShellOutputDebug("\n"); in OutputInfo()
1714 m_pShell->PVRShellOutputDebug("Read path: %s\n" , m_pShell->PVRShellGet(prefReadPath)); in OutputInfo()
1715 m_pShell->PVRShellOutputDebug("Write path: %s\n" , m_pShell->PVRShellGet(prefWritePath)); in OutputInfo()
1716 m_pShell->PVRShellOutputDebug("\n"); in OutputInfo()
1717 m_pShell->PVRShellOutputDebug("Command-line: %s\n" , m_pShell->PVRShellGet(prefCommandLine)); in OutputInfo()
1718 m_pShell->PVRShellOutputDebug("\n"); in OutputInfo()
1719 …m_pShell->PVRShellOutputDebug("Power saving: %s\n" , m_pShell->PVRShellGet(prefPowerSaving) ? "On"… in OutputInfo()
1720 m_pShell->PVRShellOutputDebug("AA Samples requested: %i\n", m_pShell->PVRShellGet(prefAASamples)); in OutputInfo()
1721 …m_pShell->PVRShellOutputDebug("Fullscreen: %s\n", m_pShell->PVRShellGet(prefFullScreen) ? "Yes" : … in OutputInfo()
1722 …m_pShell->PVRShellOutputDebug("PBuffer requested: %s\n", m_pShell->PVRShellGet(prefPBufferContext)… in OutputInfo()
1723 …m_pShell->PVRShellOutputDebug("ZBuffer requested: %s\n", m_pShell->PVRShellGet(prefZbufferContext)… in OutputInfo()
1724 …m_pShell->PVRShellOutputDebug("Stencil buffer requested: %s\n", m_pShell->PVRShellGet(prefStencilB… in OutputInfo()
1727 …m_pShell->PVRShellOutputDebug("Colour buffer size requested: %i\n", m_pShell->PVRShellGet(prefColo… in OutputInfo()
1729 …m_pShell->PVRShellOutputDebug("Depth buffer size requested: %i\n", m_pShell->PVRShellGet(prefDepth… in OutputInfo()
1731 …m_pShell->PVRShellOutputDebug("Software rendering requested: %s\n", m_pShell->PVRShellGet(prefSoft… in OutputInfo()
1732 …m_pShell->PVRShellOutputDebug("Swap Interval requested: %i\n", m_pShell->PVRShellGet(prefSwapInter… in OutputInfo()
1735 … m_pShell->PVRShellOutputDebug("No of Init repeats: %i\n", m_pShell->PVRShellGet(prefInitRepeats)); in OutputInfo()
1738 …m_pShell->PVRShellOutputDebug("Quit after frame: %i\n", m_pShell->PVRShellGet(prefQuitAfterFrame… in OutputInfo()
1741 …m_pShell->PVRShellOutputDebug("Quit after time: %f\n", m_pShell->PVRShellGet(prefQuitAfterTime)… in OutputInfo()