Searched refs:DEQP_DIR (Results 1 – 15 of 15) sorted by relevance
/external/deqp/scripts/ |
D | gen_android_bp.py | 27 from build.common import DEQP_DIR, writeFile 103 baseDir = os.path.join(DEQP_DIR, srcRoot) 107 nativeRelPath = os.path.relpath(absPath, DEQP_DIR) 150 writeFile(os.path.join(DEQP_DIR, "AndroidGen.bp"), androidBpText)
|
D | launchcontrol_build.py | 65 pushWorkingDir(DEQP_DIR)
|
D | build_android_mustpass.py | 23 from build.common import DEQP_DIR 46 CTS_DATA_DIR = os.path.join(DEQP_DIR, "android", "cts")
|
D | run_nightly.py | 34 BASE_NIGHTLY_DIR = os.path.normpath(os.path.join(DEQP_DIR, "..", "deqp-nightly")) 43 CASELIST_PATH = os.path.join(DEQP_DIR, "Candy", "Data")
|
D | make_release.py | 335 srcBasePath = DEQP_DIR 463 COMMON_BUILD_ARGS = ['-DPNG_SRC_PATH=%s' % os.path.realpath(os.path.join(DEQP_DIR, '..', 'libpng'))]
|
D | check_build_sanity.py | 246 default=DEQP_DIR,
|
/external/deqp/external/openglcts/scripts/ |
D | build_mustpass.py | 32 from build.common import DEQP_DIR 56 CTS_AOSP_MP_DATA_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "data", "mustpass", "gles"… 60 CTS_MP_INC_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "modules", "runner") 64 CTS_KHR_MP_DATA_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "data", "mustpass", "gles"… 72 CTS_AOSP_MP_EGL_DATA_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "data", "mustpass", "eg… 76 CTS_KHR_MP_NOCTX_DATA_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "data", "mustpass", "g… 998 GL_CTS_MP_INC_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "modules", "runner") 1000 GL_CTS_KHR_MP_DATA_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "data", "mustpass", "gl… 1006 GL_CTS_KHR_MP_NOCTX_DATA_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "data", "mustpass",… 1114 gtfCMakeLists = os.path.join(DEQP_DIR, "external", "kc-cts", "src", "GTF_ES", "CMakeLists.txt")
|
/external/deqp/external/vulkancts/scripts/ |
D | build_mustpass.py | 28 from build.common import DEQP_DIR 47 MUSTPASS_PATH = os.path.join(DEQP_DIR, "external", "vulkancts", "mustpass")
|
D | gen_framework_c.py | 29 from build.common import DEQP_DIR
|
D | build_spirv_binaries.py | 46 DEFAULT_DST_DIR = os.path.join(DEQP_DIR, "external", "vulkancts", "data", "vulkan", "prebuilt")
|
D | gen_framework.py | 32 from build.common import DEQP_DIR
|
/external/deqp/scripts/build/ |
D | config.py | 28 from common import which, HostInfo, DEQP_DIR 36 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR):
|
D | common.py | 29 DEQP_DIR = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", ".."))) variable
|
/external/deqp/scripts/android/ |
D | install_apk.py | 161 manifestPath = os.path.join(DEQP_DIR, "android", package.appDirName, "AndroidManifest.xml")
|
D | build_apk.py | 174 self.sourcePath = DEQP_DIR
|