Home | History | Annotate | Download | only in Shell

Lines Matching refs:PVRShellGet

219 bool PVRShell::PVRShellGet(const prefNameBoolEnum prefName) const
275 float PVRShell::PVRShellGet(const prefNameFloatEnum prefName) const
414 int PVRShell::PVRShellGet(const prefNameIntEnum prefName) const
467 void *PVRShell::PVRShellGet(const prefNamePtrEnum prefName) const
519 const void *PVRShell::PVRShellGet(const prefNameConstPtrEnum prefName) const
592 pszWritePath = (const char*)PVRShellGet(prefWritePath);
1159 shell.PVRShellOutputDebug("Version: \"%s\"\n", shell.PVRShellGet(prefVersion));
1522 const char *pPath = (const char*) m_pShell->PVRShellGet(prefReadPath);
1533 pPath = (const char*) m_pShell->PVRShellGet(prefWritePath);
1632 const int nWidth = m_pShell->PVRShellGet(prefWidth);
1633 const int nHeight = m_pShell->PVRShellGet(prefHeight);
1708 if(m_pShell->PVRShellGet(prefOutputInfo))
1711 m_pShell->PVRShellOutputDebug("App name: %s\n" , m_pShell->PVRShellGet(prefAppName));
1712 m_pShell->PVRShellOutputDebug("SDK version: %s\n" , m_pShell->PVRShellGet(prefVersion));
1714 m_pShell->PVRShellOutputDebug("Read path: %s\n" , m_pShell->PVRShellGet(prefReadPath));
1715 m_pShell->PVRShellOutputDebug("Write path: %s\n" , m_pShell->PVRShellGet(prefWritePath));
1717 m_pShell->PVRShellOutputDebug("Command-line: %s\n" , m_pShell->PVRShellGet(prefCommandLine));
1719 m_pShell->PVRShellOutputDebug("Power saving: %s\n" , m_pShell->PVRShellGet(prefPowerSaving) ? "On" : "Off");
1720 m_pShell->PVRShellOutputDebug("AA Samples requested: %i\n", m_pShell->PVRShellGet(prefAASamples));
1721 m_pShell->PVRShellOutputDebug("Fullscreen: %s\n", m_pShell->PVRShellGet(prefFullScreen) ? "Yes" : "No");
1722 m_pShell->PVRShellOutputDebug("PBuffer requested: %s\n", m_pShell->PVRShellGet(prefPBufferContext) ? "Yes" : "No");
1723 m_pShell->PVRShellOutputDebug("ZBuffer requested: %s\n", m_pShell->PVRShellGet(prefZbufferContext) ? "Yes" : "No");
1724 m_pShell->PVRShellOutputDebug("Stencil buffer requested: %s\n", m_pShell->PVRShellGet(prefStencilBufferContext) ? "Yes" : "No");
1726 if(m_pShell->PVRShellGet(prefColorBPP) > 0)
1727 m_pShell->PVRShellOutputDebug("Colour buffer size requested: %i\n", m_pShell->PVRShellGet(prefColorBPP));
1728 if(m_pShell->PVRShellGet(prefDepthBPP) > 0)
1729 m_pShell->PVRShellOutputDebug("Depth buffer size requested: %i\n", m_pShell->PVRShellGet(prefDepthBPP));
1731 m_pShell->PVRShellOutputDebug("Software rendering requested: %s\n", m_pShell->PVRShellGet(prefSoftwareRendering) ? "Yes" : "No");
1732 m_pShell->PVRShellOutputDebug("Swap Interval requested: %i\n", m_pShell->PVRShellGet(prefSwapInterval));
1734 if(m_pShell->PVRShellGet(prefInitRepeats) > 0)
1735 m_pShell->PVRShellOutputDebug("No of Init repeats: %i\n", m_pShell->PVRShellGet(prefInitRepeats));
1737 if(m_pShell->PVRShellGet(prefQuitAfterFrame) != -1)
1738 m_pShell->PVRShellOutputDebug("Quit after frame: %i\n", m_pShell->PVRShellGet(prefQuitAfterFrame));
1740 if(m_pShell->PVRShellGet(prefQuitAfterTime) != -1.0f)
1741 m_pShell->PVRShellOutputDebug("Quit after time: %f\n", m_pShell->PVRShellGet(prefQuitAfterTime));