Lines Matching refs:PVRShellGet
219 bool PVRShell::PVRShellGet(const prefNameBoolEnum prefName) const in PVRShellGet() function in PVRShell
275 float PVRShell::PVRShellGet(const prefNameFloatEnum prefName) const in PVRShellGet() function in PVRShell
414 int PVRShell::PVRShellGet(const prefNameIntEnum prefName) const in PVRShellGet() function in PVRShell
467 void *PVRShell::PVRShellGet(const prefNamePtrEnum prefName) const in PVRShellGet() function in PVRShell
519 const void *PVRShell::PVRShellGet(const prefNameConstPtrEnum prefName) const in PVRShellGet() function in PVRShell
592 pszWritePath = (const char*)PVRShellGet(prefWritePath); in PVRShellScreenSave()
1159 shell.PVRShellOutputDebug("Version: \"%s\"\n", shell.PVRShellGet(prefVersion)); in Apply()
1522 const char *pPath = (const char*) m_pShell->PVRShellGet(prefReadPath); in Run()
1533 pPath = (const char*) m_pShell->PVRShellGet(prefWritePath); in Run()
1632 const int nWidth = m_pShell->PVRShellGet(prefWidth); in Run()
1633 const int nHeight = m_pShell->PVRShellGet(prefHeight); in Run()
1708 if(m_pShell->PVRShellGet(prefOutputInfo)) 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()
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()
1717 m_pShell->PVRShellOutputDebug("Command-line: %s\n" , m_pShell->PVRShellGet(prefCommandLine)); 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()
1726 if(m_pShell->PVRShellGet(prefColorBPP) > 0) in OutputInfo()
1727 …m_pShell->PVRShellOutputDebug("Colour buffer size requested: %i\n", m_pShell->PVRShellGet(prefColo… in OutputInfo()
1728 if(m_pShell->PVRShellGet(prefDepthBPP) > 0) 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()
1734 if(m_pShell->PVRShellGet(prefInitRepeats) > 0) in OutputInfo()
1735 … m_pShell->PVRShellOutputDebug("No of Init repeats: %i\n", m_pShell->PVRShellGet(prefInitRepeats)); in OutputInfo()
1737 if(m_pShell->PVRShellGet(prefQuitAfterFrame) != -1) in OutputInfo()
1738 …m_pShell->PVRShellOutputDebug("Quit after frame: %i\n", m_pShell->PVRShellGet(prefQuitAfterFrame… in OutputInfo()
1740 if(m_pShell->PVRShellGet(prefQuitAfterTime) != -1.0f) in OutputInfo()
1741 …m_pShell->PVRShellOutputDebug("Quit after time: %f\n", m_pShell->PVRShellGet(prefQuitAfterTime)… in OutputInfo()