Home
last modified time | relevance | path

Searched refs:enterGroupNode (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuTestHierarchyIterator.hpp52 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children) = 0;
69 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children);
H A DtcuTestHierarchyIterator.cpp78 void DefaultHierarchyInflater::enterGroupNode (TestCaseGroup* testGroup, vector<TestNode*>& children) in enterGroupNode() function in tcu::DefaultHierarchyInflater
207 case NODETYPE_GROUP: m_inflater.enterGroupNode(static_cast<TestCaseGroup*>(node), iter.children); break; in next()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuRandomOrderExecutor.cpp148 m_inflater.enterGroupNode(static_cast<TestCaseGroup *>(curNode), in seekToCase()

Completed in 2 milliseconds