Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/scripts/
H A Dmustpass.py405 def genMustpass (mustpass, moduleCaseLists): argument
411 allCasesInPkg = moduleCaseLists[package.module]
429 moduleCaseLists = {}
436 if not package.module in moduleCaseLists:
437 moduleCaseLists[package.module] = getCaseList(buildCfg, generator, package.module)
440 genMustpass(mustpass, moduleCaseLists)
/aosp_15_r20/external/deqp/scripts/
H A Dmustpass.py281 def genMustpassFromLists (mustpass, moduleCaseLists): argument
286 currentCaseList = moduleCaseLists[package.module]
422 moduleCaseLists = {}
427 if not package.module in moduleCaseLists:
428moduleCaseLists[package.module] = readAndSortCaseList(buildCfg, generator, package.module)
431 genMustpassFromLists(mustpass, moduleCaseLists)