Home
last modified time | relevance | path

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

/external/angle/src/tests/deqp_support/
Dangle_deqp_gtest.cpp206 Optional<std::string> FindCaseListPath(size_t testModuleIndex) in FindCaseListPath() argument
208 return FindFileFromPath(kCTSRootPath, gCaseListFiles[testModuleIndex]); in FindCaseListPath()
211 Optional<std::string> FindTestExpectationsPath(size_t testModuleIndex) in FindTestExpectationsPath() argument
213 return FindFileFromPath(kSupportPath, gTestExpectationsFiles[testModuleIndex]); in FindTestExpectationsPath()
219 dEQPCaseList(size_t testModuleIndex);
253 dEQPCaseList::dEQPCaseList(size_t testModuleIndex) : mTestModuleIndex(testModuleIndex) {} in dEQPCaseList() argument