Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/deqp_support/
H A Dangle_deqp_gtest.cpp270 Optional<std::string> FindCaseListPath(size_t testModuleIndex) in FindCaseListPath() argument
272 return FindFileFromPath(kCTSRootPath, gCaseListFiles[testModuleIndex]); in FindCaseListPath()
275 Optional<std::string> FindTestExpectationsPath(size_t testModuleIndex) in FindTestExpectationsPath() argument
277 return FindFileFromPath(kSupportPath, gTestExpectationsFiles[testModuleIndex]); in FindTestExpectationsPath()
370 dEQPCaseList(size_t testModuleIndex);
403 dEQPCaseList::dEQPCaseList(size_t testModuleIndex) : mTestModuleIndex(testModuleIndex) {} in dEQPCaseList() argument
498 const dEQPCaseList &GetTestList(size_t testModuleIndex) in GetTestList() argument
500 static dEQPCaseList sCaseList(testModuleIndex); in GetTestList()
505 const std::string GetTestCaseName(size_t testModuleIndex, size_t caseIndex) in GetTestCaseName() argument
507 const auto &caseInfo = GetTestList(testModuleIndex).getCaseInfo(caseIndex); in GetTestCaseName()
[all …]