Home
last modified time | relevance | path

Searched refs:enterGroupNode (Results 1 – 3 of 3) 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.cpp78 void DefaultHierarchyInflater::enterGroupNode (TestCaseGroup* testGroup, vector<TestNode*>& childre… in enterGroupNode() function in tcu::DefaultHierarchyInflater
207 …case NODETYPE_GROUP: m_inflater.enterGroupNode(static_cast<TestCaseGroup*>(node), iter.children); … in next()
/external/angle/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp148 m_inflater.enterGroupNode(static_cast<TestCaseGroup *>(curNode), in seekToCase()