Lines Matching refs:getOption
715 if (!m_cmdLine.getOption<opt::LogImages>()) in parse()
721 (m_cmdLine.getOption<opt::StdinCaseList>()?1:0) > 1) in parse()
732 std::istringstream str(m_cmdLine.getOption<opt::CaseList>()); in parse()
738 std::ifstream in(m_cmdLine.getOption<opt::CaseListFile>().c_str(), std::ios_base::binary); in parse()
741 …throw Exception("Failed to open case list file '" + m_cmdLine.getOption<opt::CaseListFile>() + "'"… in parse()
745 else if (m_cmdLine.getOption<opt::StdinCaseList>()) in parse()
750 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(m_cmdLine.getOption<opt::CasePath>())); in parse()
788 const char* CommandLine::getLogFileName (void) const { return m_cmdLine.getOption<opt::LogFil… in getLogFileName()
790 RunMode CommandLine::getRunMode (void) const { return m_cmdLine.getOption<opt::RunMode>(); … in getRunMode()
791 WindowVisibility CommandLine::getVisibility (void) const { return m_cmdLine.getOption<opt::Visi… in getVisibility()
792 bool CommandLine::isWatchDogEnabled (void) const { return m_cmdLine.getOption<opt::WatchDog>(… in isWatchDogEnabled()
793 bool CommandLine::isCrashHandlingEnabled (void) const { return m_cmdLine.getOption<opt::CrashH… in isCrashHandlingEnabled()
794 int CommandLine::getBaseSeed (void) const { return m_cmdLine.getOption<opt::BaseSeed>(); … in getBaseSeed()
795 int CommandLine::getTestIterationCount (void) const { return m_cmdLine.getOption<opt::TestIte… in getTestIterationCount()
796 int CommandLine::getSurfaceWidth (void) const { return m_cmdLine.getOption<opt::SurfaceWidth… in getSurfaceWidth()
797 int CommandLine::getSurfaceHeight (void) const { return m_cmdLine.getOption<opt::SurfaceHeig… in getSurfaceHeight()
798 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::Surfac… in getSurfaceType()
799 ScreenRotation CommandLine::getScreenRotation (void) const { return m_cmdLine.getOption<opt::Sc… in getScreenRotation()
800 int CommandLine::getGLConfigId (void) const { return m_cmdLine.getOption<opt::GLConfigID>()… in getGLConfigId()
801 int CommandLine::getCLPlatformId (void) const { return m_cmdLine.getOption<opt::CLPlatformID… in getCLPlatformId()
802 const std::vector<int>& CommandLine::getCLDeviceIds (void) const { return m_cmdLine.getOption<op… in getCLDeviceIds()
803 bool CommandLine::isOutOfMemoryTestEnabled (void) const { return m_cmdLine.getOption<opt::TestO… in isOutOfMemoryTestEnabled()
808 return m_cmdLine.getOption<opt::GLContextType>().c_str(); in getGLContextType()
815 return m_cmdLine.getOption<opt::GLConfigName>().c_str(); in getGLConfigName()
823 return m_cmdLine.getOption<opt::GLContextFlags>().c_str(); in getGLContextFlags()
831 return m_cmdLine.getOption<opt::CLBuildOptions>().c_str(); in getCLBuildOptions()
839 return m_cmdLine.getOption<opt::EGLDisplayType>().c_str(); in getEGLDisplayType()
847 return m_cmdLine.getOption<opt::EGLWindowType>().c_str(); in getEGLWindowType()
855 return m_cmdLine.getOption<opt::EGLPixmapType>().c_str(); in getEGLPixmapType()