HomeSort by relevance Sort by last modified time
    Searched defs:getTestCaseResult (Results 1 - 2 of 2) sorted by null

  /external/deqp/executor/
xeBatchResult.cpp 89 ConstTestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) const
93 return getTestCaseResult(pos->second);
96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath)
100 return getTestCaseResult(pos->second);
xeBatchResult.hpp 112 ConstTestCaseResultPtr getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(m_testCaseResults[ndx]); }
113 TestCaseResultPtr getTestCaseResult (int ndx) { return m_testCaseResults[ndx]; }
116 ConstTestCaseResultPtr getTestCaseResult (const char* casePath) const;
117 TestCaseResultPtr getTestCaseResult (const char* casePath);

Completed in 620 milliseconds