Home
last modified time | relevance | path

Searched refs:getTestCasePath (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/executor/
H A DxeContainerFormatParser.hpp71 const char* getTestCasePath (void) const;
H A DxeBatchResult.hpp77 const char* getTestCasePath (void) const { return m_casePath.c_str(); } in getTestCasePath() function in xe::TestCaseResultData
H A DxeTestLogParser.cpp118 const char* casePath = m_containerParser.getTestCasePath(); in parse()
H A DxeContainerFormatParser.cpp91 const char* ContainerFormatParser::getTestCasePath (void) const in getTestCasePath() function in xe::ContainerFormatParser
H A DxeBatchExecutor.cpp154 printf("%s\n", result->getTestCasePath()); in testCaseResultComplete()
H A DxeTestLogWriter.cpp89 stream << "\n#beginTestCaseResult " << caseData.getTestCasePath() << "\n"; in writeTestCase()
H A DxeTestResultParser.cpp894 result->casePath = data.getTestCasePath(); in parseTestCaseResultFromData()
/third_party/vk-gl-cts/executor/tools/
H A DxeExtractShaderPrograms.cpp174 extractShaderPrograms(m_cmdLine, caseData->getTestCasePath(), fullResult); in testCaseResultComplete()
H A DxeExtractValues.cpp154 tagResult.casePath = caseData->getTestCasePath(); in testCaseResultComplete()
H A DxeTestLogCompare.cpp153 header.casePath = caseData->getTestCasePath(); in testCaseResultComplete()
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuTestLogParserJNI.cpp224 listener.beginTestCase(m_containerParser.getTestCasePath()); in parse()

Completed in 9 milliseconds