Searched refs:SCRIPTS_DIR (Results 1 – 6 of 6) sorted by relevance
/external/deqp/scripts/opengl/ |
D | src_util.py | 33 SCRIPTS_DIR = os.path.dirname(__file__) variable 34 OPENGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "opengl")) 35 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl"))
|
D | gen_null_render_context.py | 55 NULL_PLATFORM_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "platform",…
|
/external/deqp/scripts/egl/ |
D | common.py | 36 SCRIPTS_DIR = os.path.dirname(__file__) variable 37 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl"))
|
D | proc_address_tests.py | 127 …writeInlFile(os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "modules", "egl", "teglGetProc…
|
/external/autotest/client/tests/real_time_tests/ |
D | path-fix.patch | 6 #export TESTS_DIR=$(readlink -f $SCRIPTS_DIR/..)
|
/external/autotest/server/site_tests/platform_GCC/ |
D | dejagnu_remote.sh | 12 if ([ -r "${common}" ] && . "${common}" && [ -d "${SCRIPTS_DIR}" ]); then
|