Home
last modified time | relevance | path

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

/external/deqp/scripts/
Dbuild_android_mustpass.py25 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")
Dbuild_caselists.py52 def getModuleByName (name): function
152 modules.append(getModuleByName(m))
Dmustpass.py26 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, …
/external/deqp/external/vulkancts/
Dbuild_mustpass.py30 from build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TAR…
49 VULKAN_MODULE = getModuleByName("dEQP-VK")