Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeBatchResult.hpp100 typedef de::SharedPtr<const TestCaseResultData> ConstTestCaseResultPtr; typedef
112ConstTestCaseResultPtr getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(m_tes… in getTestCaseResult()
116 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()
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp427 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str()); in printBatchResultSummary()