Searched refs:getModuleByName (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/openglcts/scripts/ |
D | build_mustpass.py | 27 from build_caselists import Module, getModuleByName, DEFAULT_BUILD_DIR, DEFAULT_TARGET 82 EGL_MODULE = getModuleByName("dEQP-EGL") 83 ES2CTS_MODULE = getModuleByName("dEQP-GLES2") 84 ES3CTS_MODULE = getModuleByName("dEQP-GLES3") 85 ES31CTS_MODULE = getModuleByName("dEQP-GLES31") 87 ES2KHR_MODULE = getModuleByName("KHR-GLES2") 88 ES3KHR_MODULE = getModuleByName("KHR-GLES3") 89 ES31KHR_MODULE = getModuleByName("KHR-GLES31") 90 ES32KHR_MODULE = getModuleByName("KHR-GLES32") 91 NOCTX_ES2_KHR_MODULE = getModuleByName("KHR-NOCTX-ES2") [all …]
|
D | build_caselists.py | 88 def getModuleByName (name): function
|
D | mustpass.py | 28 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, …
|
/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/scripts/ |
D | build_mustpass.py | 30 from build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TAR… 49 VULKAN_MODULE = getModuleByName("dEQP-VK")
|