Searched refs:getCaseListPath (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | build_caselists.py | 120 def getCaseListPath (buildCfg, module, caseListType): function 138 srcPath = getCaseListPath(buildCfg, module, caseListType)
|
H A D | mustpass.py | 28 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, DEFAULT_BUILD_DIR, DEFAULT_TARGET, GLCTS_BIN_NAME namespace 144 return readCaseList(getCaseListPath(buildCfg, module, "txt"))
|
/third_party/vk-gl-cts/scripts/ |
H A D | build_caselists.py | 84 def getCaseListPath (buildCfg, module, caseListType): function 100 srcPath = getCaseListPath(buildCfg, module, caseListType)
|
H A D | mustpass.py | 26 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, DEFAULT_BUILD_DIR, DEFAULT_TARGET namespace 128 filePath = getCaseListPath(buildCfg, module, "txt")
|
Completed in 2 milliseconds