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

  /external/deqp/framework/common/
tcuTestCase.cpp 107 : TestNode(testCtx, NODETYPE_GROUP, name, description)
112 : TestNode(testCtx, NODETYPE_GROUP, name, description, children)
tcuTestCase.hpp 39 NODETYPE_GROUP, //!< Test case container -- cannot be executed.
tcuTestExecutor.cpp 270 case NODETYPE_GROUP: enterGroupNode(static_cast<TestCaseGroup*>(node), nodePath.c_str()); break;
374 case NODETYPE_GROUP: leaveGroupNode(static_cast<TestCaseGroup*>(node)); break;

Completed in 128 milliseconds