Home
last modified time | relevance | path

Searched refs:SCRIPTS_DIR (Results 1 – 6 of 6) sorted by relevance

/external/deqp/scripts/opengl/
Dsrc_util.py33 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"))
Dgen_null_render_context.py55 NULL_PLATFORM_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "platform",…
/external/deqp/scripts/egl/
Dcommon.py36 SCRIPTS_DIR = os.path.dirname(__file__) variable
37 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl"))
Dproc_address_tests.py127 …writeInlFile(os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "modules", "egl", "teglGetProc…
/external/autotest/client/tests/real_time_tests/
Dpath-fix.patch6 #export TESTS_DIR=$(readlink -f $SCRIPTS_DIR/..)
/external/autotest/server/site_tests/platform_GCC/
Ddejagnu_remote.sh12 if ([ -r "${common}" ] && . "${common}" && [ -d "${SCRIPTS_DIR}" ]); then