Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/scripts/
Dbuild_caselists.py103 def getCaseListFileName (module, caseListType): function
112 return os.path.join(workDir, getCaseListFileName(module, caseListType))
126 caseListFile = getCaseListFileName(module, caseListType)
Dmustpass.py96 def getCaseListFileName (package, configuration): function
103 return os.path.join(getDstDir(mustpass), getCaseListFileName(package, configuration))
247 caseListFile = getCaseListFileName(package, config),
/external/deqp/scripts/
Dbuild_caselists.py80 def getCaseListFileName (module, caseListType): function
84 …return os.path.join(getModulesPath(buildCfg), module.dirName, getCaseListFileName(module, caseList…
98 caseListFile = getCaseListFileName(module, caseListType)
Dmustpass.py115 def getCaseListFileName (package, configuration): function
119 …return os.path.join(mustpass.project.path, mustpass.version, getCaseListFileName(package, configur…
296 caseListFile = getCaseListFileName(package, config),
317 addOptionElement(testElement, "deqp-caselist-file", getCaseListFileName(package,config))