Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeBatchExecutor.hpp51 class BatchExecutorLogHandler : public TestLogHandler class
54 BatchExecutorLogHandler (BatchResult* batchResult);
55 ~BatchExecutorLogHandler (void);
113 BatchExecutorLogHandler m_logHandler;
DxeBatchExecutor.cpp124 BatchExecutorLogHandler::BatchExecutorLogHandler (BatchResult* batchResult) in BatchExecutorLogHandler() function in xe::BatchExecutorLogHandler
129 BatchExecutorLogHandler::~BatchExecutorLogHandler (void) in ~BatchExecutorLogHandler()
133 void BatchExecutorLogHandler::setSessionInfo (const SessionInfo& sessionInfo) in setSessionInfo()
138 TestCaseResultPtr BatchExecutorLogHandler::startTestCaseResult (const char* casePath) in startTestCaseResult()
147 void BatchExecutorLogHandler::testCaseResultUpdated (const TestCaseResultPtr&) in testCaseResultUpdated()
151 void BatchExecutorLogHandler::testCaseResultComplete (const TestCaseResultPtr& result) in testCaseResultComplete()