Home
last modified time | relevance | path

Searched refs:commLink (Results 1 – 3 of 3) sorted by relevance

/external/deqp/executor/
DxeBatchExecutor.hpp70 …BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode* root, const…
DxeBatchExecutor.cpp157 BatchExecutor::BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode… in BatchExecutor() argument
159 , m_commLink (commLink) in BatchExecutor()
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp466 std::auto_ptr<xe::CommLink> commLink(createCommLink(cmdLine)); in runExecutor() local
468 …xe::BatchExecutor executor(cmdLine.targetCfg, commLink.get(), &root, testSet, &batchResult, &infoL… in runExecutor()
471 commLink.reset(); in runExecutor()