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

  /external/deqp/framework/common/
tcuTestExecutor.hpp 151 bool enterTestCase (TestCase* testCase, const char* casePath);
tcuTestExecutor.cpp 168 bool TestExecutor::enterTestCase (TestCase* testCase, const char* casePath)
273 case NODETYPE_SELF_VALIDATE: enterOk = enterTestCase(static_cast<TestCase*>(node), nodePath.c_str()); break;

Completed in 43 milliseconds