Searched refs:getModuleByName (Results 1 – 4 of 4) sorted by relevance
/external/deqp/scripts/ |
D | build_android_mustpass.py | 25 from build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TAR… 50 EGL_MODULE = getModuleByName("dEQP-EGL") 51 GLES2_MODULE = getModuleByName("dEQP-GLES2") 52 GLES3_MODULE = getModuleByName("dEQP-GLES3") 53 GLES31_MODULE = getModuleByName("dEQP-GLES31") 54 VULKAN_MODULE = getModuleByName("dEQP-VK")
|
D | build_caselists.py | 52 def getModuleByName (name): function 152 modules.append(getModuleByName(m))
|
D | mustpass.py | 26 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, …
|
/external/deqp/external/vulkancts/ |
D | build_mustpass.py | 30 from build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TAR… 49 VULKAN_MODULE = getModuleByName("dEQP-VK")
|