Searched defs:ConstTestCaseResultPtr (Results 1 - 1 of 1) sorted by relevance

/external/deqp/executor/
H A DxeBatchResult.hpp100 typedef de::SharedPtr<const TestCaseResultData> ConstTestCaseResultPtr; typedef in namespace:xe
112 ConstTestCaseResultPtr getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(m_testCaseResults[ndx]); }
116 ConstTestCaseResultPtr getTestCaseResult (const char* casePath) const;

Completed in 81 milliseconds