HomeSort by relevance Sort by last modified time
    Searched refs:ConstTestCaseResultPtr (Results 1 - 5 of 5) sorted by null

  /external/deqp/executor/
xeBatchResult.hpp 100 typedef de::SharedPtr<const TestCaseResultData> ConstTestCaseResultPtr;
112 ConstTestCaseResultPtr getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(m_testCaseResults[ndx]); }
116 ConstTestCaseResultPtr getTestCaseResult (const char* casePath) const;
xeBatchResult.cpp 89 ConstTestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) const
xeBatchExecutor.cpp 51 ConstTestCaseResultPtr data = batchResult->getTestCaseResult(fullPath.c_str());
xeTestLogWriter.cpp 119 ConstTestCaseResultPtr caseData = result.getTestCaseResult(ndx);
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 369 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str());

Completed in 114 milliseconds