HomeSort by relevance Sort by last modified time
    Searched full:matchingnode (Results 1 - 1 of 1) sorted by null

  /external/deqp/executor/
xeTestCase.cpp 209 const TestNode* matchingNode = DE_NULL;
214 matchingNode = *iter;
219 if (matchingNode)
222 return matchingNode; // Last element in path, return matching node.
223 else if (matchingNode->getNodeType() == TESTNODETYPE_GROUP)
224 return static_cast<const TestGroup*>(matchingNode)->findChildNode(path + compLen + 1);

Completed in 235 milliseconds