Home
last modified time | relevance | path

Searched refs:TestCaseType (Results 1 – 6 of 6) sorted by relevance

/external/deqp/executor/
DxeTestCase.hpp36 enum TestCaseType enum
46 const char* getTestCaseTypeName (TestCaseType caseType);
101 TestCase* createCase (TestCaseType caseType, const char* name, const char* description);
125 TestCaseType getCaseType (void) const { return m_caseType; } in getCaseType()
127 …static TestCase* createAsChild (TestGroup* parent, TestCaseType caseType, const char* name, con…
130 … TestCase (TestGroup* parent, TestCaseType caseType, const char* name, const char* description);
133 TestCaseType m_caseType;
143 TestCase* createCase (const char* path, TestCaseType caseType);
DxeTestCase.cpp31 const char* getTestCaseTypeName (TestCaseType caseType) in getTestCaseTypeName()
198 TestCase* TestGroup::createCase (TestCaseType caseType, const char* name, const char* description) in createCase()
241 TestCase* TestCase::createAsChild(TestGroup* parent, TestCaseType caseType, const char *name, const… in createAsChild()
246 TestCase::TestCase (TestGroup* parent, TestCaseType caseType, const char* name, const char* descrip… in TestCase()
287 TestCase* TestHierarchyBuilder::createCase (const char* path, TestCaseType caseType) in createCase()
DxeTestCaseListParser.cpp33 static TestCaseType getTestCaseType (const char* caseType) in getTestCaseType()
39 TestCaseType caseType; in getTestCaseType()
DxeTestResultParser.cpp242 static TestCaseType getTestCaseType (const char* caseType) in getTestCaseType()
244 …return (TestCaseType)getEnumValue("test case type", s_testTypeMap, DE_LENGTH_OF_ARRAY(s_testTypeMa… in getTestCaseType()
257 static TestCaseType getTestCaseTypeFromPath (const char* casePath) in getTestCaseTypeFromPath()
DxeTestCaseResult.hpp119 TestCaseType caseType; //!< Test case type.
/external/deqp/executor/tools/
DxeExtractValues.cpp59 xe::TestCaseType caseType;