Home
last modified time | relevance | path

Searched refs:m_testCaseResults (Results 1 – 2 of 2) sorted by relevance

/external/deqp/executor/
DxeBatchResult.cpp107 m_testCaseResults.reserve(m_testCaseResults.size()+1); in createTestCaseResult()
108 m_resultMap[casePath] = (int)m_testCaseResults.size(); in createTestCaseResult()
111 m_testCaseResults.push_back(caseResult); in createTestCaseResult()
DxeBatchResult.hpp111 int getNumTestCaseResults (void) const { return (int)m_testCaseResults.size(); } in getNumTestCaseResults()
112 …r getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(m_testCaseResults[ndx]); } in getTestCaseResult()
113 TestCaseResultPtr getTestCaseResult (int ndx) { return m_testCaseResults[ndx]; } in getTestCaseResult()
126 std::vector<TestCaseResultPtr> m_testCaseResults; member in xe::BatchResult