Home
last modified time | relevance | path

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

/external/deqp/modules/internal/
DditFrameworkTests.cpp54 struct MatchCase struct
62 const char* getMatchCaseExpectedDesc (MatchCase::Expected expected) in getMatchCaseExpectedDesc()
70 return de::getSizedArrayElement<MatchCase::EXPECTED_LAST>(descs, expected); in getMatchCaseExpectedDesc()
76 …cu::TestContext& testCtx, const char* name, const char* caseList, const MatchCase* subCases, int n… in CaseListParserCase()
109 const MatchCase& curCase = m_subCases[subCaseNdx]; in iterate()
120 if ((matchGroup == (curCase.expected == MatchCase::MATCH_GROUP)) && in iterate()
121 (matchCase == (curCase.expected == MatchCase::MATCH_CASE))) in iterate()
138 const MatchCase* const m_subCases;
200 static const MatchCase subCases[] = in init()
202 { "test", MatchCase::MATCH_CASE }, in init()
[all …]