Searched refs:getCaseListFileName (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/scripts/ |
D | build_caselists.py | 112 def getCaseListFileName (module, caseListType): function 121 return os.path.join(workDir, getCaseListFileName(module, caseListType)) 135 caseListFile = getCaseListFileName(module, caseListType)
|
D | mustpass.py | 97 def getCaseListFileName (package, configuration): function 104 return os.path.join(getDstDir(mustpass), getCaseListFileName(package, configuration)) 246 caseListFile = getCaseListFileName(package, config),
|
/third_party/vk-gl-cts/scripts/ |
D | build_caselists.py | 80 def getCaseListFileName (module, caseListType): function 84 …return os.path.join(getModulesPath(buildCfg), module.dirName, getCaseListFileName(module, caseList… 98 caseListFile = getCaseListFileName(module, caseListType)
|
D | mustpass.py | 118 def getCaseListFileName (package, configuration): function 326 caseListFile = getCaseListFileName(package, config), 364 addOptionElement(testElement, "deqp-caselist-file", getCaseListFileName(package,config)) 401 mainDstFileName = getCaseListFileName(package, config)
|