OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getModuleByName
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/scripts/
build_mustpass.py
30
from build_caselists import Module,
getModuleByName
, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TARGET
49
VULKAN_MODULE =
getModuleByName
("dEQP-VK")
/external/deqp/scripts/
build_android_mustpass.py
25
from build_caselists import Module,
getModuleByName
, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TARGET
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")
build_caselists.py
52
def
getModuleByName
(name):
152
modules.append(
getModuleByName
(m))
mustpass.py
26
from build_caselists import Module,
getModuleByName
, getBuildConfig, genCaseList, getCaseListPath, DEFAULT_BUILD_DIR, DEFAULT_TARGET
Completed in 839 milliseconds