Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTestHierarchyIterator.hpp52 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children) = 0;
69 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children);
DtcuTestHierarchyIterator.cpp75 void DefaultHierarchyInflater::enterGroupNode (TestCaseGroup* testGroup, vector<TestNode*>& childre… in enterGroupNode() function in tcu::DefaultHierarchyInflater
202 …case NODETYPE_GROUP: m_inflater.enterGroupNode(static_cast<TestCaseGroup*>(node), iter.children); … in next()