Searched refs:getCaseListPath (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/scripts/ |
D | build_caselists.py | 118 def getCaseListPath (buildCfg, module, caseListType): function 136 srcPath = getCaseListPath(buildCfg, module, caseListType)
|
D | mustpass.py | 28 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, … 143 return readCaseList(getCaseListPath(buildCfg, module, "txt"))
|
/third_party/vk-gl-cts/scripts/ |
D | build_caselists.py | 83 def getCaseListPath (buildCfg, module, caseListType): function 99 srcPath = getCaseListPath(buildCfg, module, caseListType)
|
D | mustpass.py | 26 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, … 163 return readCaseDict(getCaseListPath(buildCfg, module, "txt"))
|