HomeSort by relevance Sort by last modified time
    Searched refs:enterGroupNode (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuTestExecutor.hpp 148 void enterGroupNode (TestCaseGroup* testGroup, const char* casePath);
tcuTestExecutor.cpp 143 void TestExecutor::enterGroupNode (TestCaseGroup* testGroup, const char* casePath)
269 case NODETYPE_GROUP: enterGroupNode(static_cast<TestCaseGroup*>(node), nodePath.c_str()); break;

Completed in 551 milliseconds