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

  /external/deqp/executor/
xeTestCase.hpp 127 static TestCase* createAsChild (TestGroup* parent, TestCaseType caseType, const char* name, const char* description);
xeTestCase.cpp 200 return TestCase::createAsChild(this, caseType, name, description);
241 TestCase* TestCase::createAsChild(TestGroup* parent, TestCaseType caseType, const char *name, const char *description)

Completed in 51 milliseconds