Searched defs:testModuleIndex (Results 1 – 1 of 1) sorted by relevance
272 Optional<std::string> FindCaseListPath(size_t testModuleIndex) in FindCaseListPath()277 Optional<std::string> FindTestExpectationsPath(size_t testModuleIndex) in FindTestExpectationsPath()409 dEQPCaseList::dEQPCaseList(size_t testModuleIndex) : mTestModuleIndex(testModuleIndex) {} in dEQPCaseList()506 const dEQPCaseList &GetTestList(size_t testModuleIndex) in GetTestList()513 const std::string GetTestCaseName(size_t testModuleIndex, size_t caseIndex) in GetTestCaseName()614 dEQPTest(size_t testModuleIndex, size_t caseIndex) in dEQPTest()866 size_t testModuleIndex = GetTestModuleIndex(); in RegisterGLCTSTests() local