• Home
  • Raw
  • Download

Lines Matching defs:const

331 	const std::string&					getName				(void) const { return m_name;				}  in getName()
332 bool hasChildren (void) const { return !m_children.empty(); } in hasChildren()
359 int CaseTreeNode::findChildNdx (const std::string& name) const in findChildNdx() argument
369 inline bool CaseTreeNode::hasChild (const std::string& name) const in hasChild() argument
374 inline const CaseTreeNode* CaseTreeNode::getChild (const std::string& name) const in getChild() argument
755 bool CasePaths::matches (const string& caseName, bool allowPrefix) const in matches()
839 const de::cmdline::CommandLine& CommandLine::getCommandLine (void) const in getCommandLine()
844 const std::string& CommandLine::getApplicationName(void) const in getApplicationName()
849 const std::string& CommandLine::getInitialCmdLine(void) const in getInitialCmdLine()
952 const char* CommandLine::getLogFileName (void) const { return m_cmdLine.getOption<opt::LogFi… in getLogFileName()
953 deUint32 CommandLine::getLogFlags (void) const { return m_logFlags; } in getLogFlags()
954 RunMode CommandLine::getRunMode (void) const { return m_cmdLine.getOption<opt::RunMode>();… in getRunMode()
955 const char* CommandLine::getCaseListExportFile (void) const { return m_cmdLine.getOption<opt::… in getCaseListExportFile()
956 WindowVisibility CommandLine::getVisibility (void) const { return m_cmdLine.getOption<opt::Vis… in getVisibility()
957 bool CommandLine::isWatchDogEnabled (void) const { return m_cmdLine.getOption<opt::WatchDog>… in isWatchDogEnabled()
958 bool CommandLine::isCrashHandlingEnabled (void) const { return m_cmdLine.getOption<opt::Crash… in isCrashHandlingEnabled()
959 int CommandLine::getBaseSeed (void) const { return m_cmdLine.getOption<opt::BaseSeed>(); … in getBaseSeed()
960 int CommandLine::getTestIterationCount (void) const { return m_cmdLine.getOption<opt::TestIt… in getTestIterationCount()
961 int CommandLine::getSurfaceWidth (void) const { return m_cmdLine.getOption<opt::SurfaceWidt… in getSurfaceWidth()
962 int CommandLine::getSurfaceHeight (void) const { return m_cmdLine.getOption<opt::SurfaceHei… in getSurfaceHeight()
963 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::Surfa… in getSurfaceType()
964 ScreenRotation CommandLine::getScreenRotation (void) const { return m_cmdLine.getOption<opt::S… in getScreenRotation()
965 int CommandLine::getGLConfigId (void) const { return m_cmdLine.getOption<opt::GLConfigID>(… in getGLConfigId()
966 int CommandLine::getCLPlatformId (void) const { return m_cmdLine.getOption<opt::CLPlatformI… in getCLPlatformId()
967 const std::vector<int>& CommandLine::getCLDeviceIds (void) const { return m_cmdLine.getOption<o… in getCLDeviceIds()
968 int CommandLine::getVKDeviceId (void) const { return m_cmdLine.getOption<opt::VKDeviceID>(… in getVKDeviceId()
969 int CommandLine::getVKDeviceGroupId (void) const { return m_cmdLine.getOption<opt::VKDevice… in getVKDeviceGroupId()
970 bool CommandLine::isValidationEnabled (void) const { return m_cmdLine.getOption<opt::Validati… in isValidationEnabled()
971 bool CommandLine::printValidationErrors (void) const { return m_cmdLine.getOption<opt::PrintV… in printValidationErrors()
972 bool CommandLine::isLogDecompiledSpirvEnabled (void) const { return m_cmdLine.getOption<opt::Lo… in isLogDecompiledSpirvEnabled()
973 bool CommandLine::isOutOfMemoryTestEnabled (void) const { return m_cmdLine.getOption<opt::Test… in isOutOfMemoryTestEnabled()
974 bool CommandLine::isShadercacheEnabled (void) const { return m_cmdLine.getOption<opt::ShaderC… in isShadercacheEnabled()
975 const char* CommandLine::getShaderCacheFilename (void) const { return m_cmdLine.getOption<opt:… in getShaderCacheFilename()
976 bool CommandLine::isShaderCacheTruncateEnabled (void) const { return m_cmdLine.getOption<opt::S… in isShaderCacheTruncateEnabled()
977 bool CommandLine::isShaderCacheIPCEnabled (void) const { return m_cmdLine.getOption<opt::Shade… in isShaderCacheIPCEnabled()
978 int CommandLine::getOptimizationRecipe (void) const { return m_cmdLine.getOption<opt::Optimi… in getOptimizationRecipe()
979 bool CommandLine::isSpirvOptimizationEnabled (void) const { return m_cmdLine.getOption<opt::Op… in isSpirvOptimizationEnabled()
980 bool CommandLine::isRenderDocEnabled (void) const { return m_cmdLine.getOption<opt::RenderDo… in isRenderDocEnabled()
981 const char* CommandLine::getWaiverFileName (void) const { return m_cmdLine.getOption<opt::Wai… in getWaiverFileName()
982 const std::vector<int>& CommandLine::getCaseFraction (void) const { return m_cmdLine.getOption<o… in getCaseFraction()
983 const char* CommandLine::getCaseFractionMandatoryTests (void) const { return m_cmdLine.getOption… in getCaseFractionMandatoryTests()
984 const char* CommandLine::getArchiveDir (void) const { return m_cmdLine.getOption<opt::Archiv… in getArchiveDir()
985 tcu::TestRunnerType CommandLine::getRunnerType (void) const { return m_cmdLine.getOption<opt::… in getRunnerType()
986 bool CommandLine::isTerminateOnFailEnabled (void) const { return m_cmdLine.getOption<opt::Term… in isTerminateOnFailEnabled()
987 bool CommandLine::isSubProcess (void) const { return m_cmdLine.getOption<opt::SubProcess>()… in isSubProcess()
988 int CommandLine::getSubprocessTestCount (void) const { return m_cmdLine.getOption<opt::Subpr… in getSubprocessTestCount()
989 int CommandLine::getCommandPoolMinSize (void) const { return m_cmdLine.getOption<opt::Comman… in getCommandPoolMinSize()
990 int CommandLine::getCommandBufferMinSize (void) const { return m_cmdLine.getOption<opt::Comma… in getCommandBufferMinSize()
991 int CommandLine::getCommandDefaultSize (void) const { return m_cmdLine.getOption<opt::Comman… in getCommandDefaultSize()
992 int CommandLine::getPipelineDefaultSize (void) const { return m_cmdLine.getOption<opt::Pipel… in getPipelineDefaultSize()
994 const char* CommandLine::getGLContextType (void) const in getGLContextType()
1001 const char* CommandLine::getGLConfigName (void) const in getGLConfigName()
1009 const char* CommandLine::getGLContextFlags (void) const in getGLContextFlags()
1017 const char* CommandLine::getCLBuildOptions (void) const in getCLBuildOptions()
1025 const char* CommandLine::getEGLDisplayType (void) const in getEGLDisplayType()
1033 const char* CommandLine::getEGLWindowType (void) const in getEGLWindowType()
1041 const char* CommandLine::getEGLPixmapType (void) const in getEGLPixmapType()
1049 const char* CommandLine::getSubprocessConfigFile (void) const in getSubprocessConfigFile()
1058 const char* CommandLine::getServerAddress (void) const in getServerAddress()
1066 const char* CommandLine::getPipelineCompilerPath(void) const in getPipelineCompilerPath()
1074 const char* CommandLine::getPipelineCompilerDataDir(void) const in getPipelineCompilerDataDir()
1082 const char* CommandLine::getPipelineCompilerArgs(void) const in getPipelineCompilerArgs()
1090 const char* CommandLine::getPipelineCompilerOutputFile(void) const in getPipelineCompilerOutputFile()
1098 const char* CommandLine::getPipelineCompilerLogFile(void) const in getPipelineCompilerLogFile()
1106 const char* CommandLine::getPipelineCompilerFilePrefix(void) const in getPipelineCompilerFilePrefix()
1114 const char* CommandLine::getVkLibraryPath(void) const in getVkLibraryPath()
1122 const char* CommandLine::getAppParamsInputFilePath(void) const in getAppParamsInputFilePath()
1142 de::MovePtr<CaseListFilter> CommandLine::createCaseListFilter (const tcu::Archive& archive) const in createCaseListFilter() argument
1147 bool CaseListFilter::checkTestGroupName (const char* groupName) const in checkTestGroupName() argument
1161 bool CaseListFilter::checkTestCaseName (const char* caseName) const in checkTestCaseName() argument
1175 bool CaseListFilter::checkCaseFraction (int i, const std::string& testCaseName) const in checkCaseFraction() argument