Home
last modified time | relevance | path

Searched refs:ConstTestCaseResultPtr (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/executor/
DxeBatchResult.hpp101 typedef de::SharedPtr<const TestCaseResultData> ConstTestCaseResultPtr; typedef
113ConstTestCaseResultPtr getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(m_tes… in getTestCaseResult()
117 ConstTestCaseResultPtr getTestCaseResult (const char* casePath) const;
DxeBatchResult.cpp89 ConstTestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) const in getTestCaseResult()
DxeBatchExecutor.cpp51 ConstTestCaseResultPtr data = batchResult->getTestCaseResult(fullPath.c_str()); in isExecutedInBatch()
DxeTestLogWriter.cpp119 ConstTestCaseResultPtr caseData = result.getTestCaseResult(ndx); in writeTestLog()
/third_party/vk-gl-cts/executor/tools/
DxeCommandLineExecutor.cpp427 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str()); in printBatchResultSummary()