Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/scripts/
Dbuild_mustpass.py27 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 …]
Dbuild_caselists.py88 def getModuleByName (name): function
Dmustpass.py28 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, …
/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/scripts/
Dbuild_mustpass.py30 from build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TAR…
49 VULKAN_MODULE = getModuleByName("dEQP-VK")