Home
last modified time | relevance | path

Searched defs:getTestCaseResult (Results 1 – 2 of 2) sorted by relevance

/external/deqp/executor/
DxeBatchResult.cpp89 ConstTestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) const in getTestCaseResult() function in xe::BatchResult
96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) in getTestCaseResult() function in xe::BatchResult
DxeBatchResult.hpp113 …ConstTestCaseResultPtr getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(m_tes… in getTestCaseResult() function in xe::BatchResult
114 TestCaseResultPtr getTestCaseResult (int ndx) { return m_testCaseResults[ndx]; } in getTestCaseResult() function in xe::BatchResult