OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCRIPTS_DIR
(Results
1 - 5
of
5
) sorted by null
/external/deqp/scripts/opengl/
gen_null_render_context.py
55
NULL_PLATFORM_DIR = os.path.normpath(os.path.join(
SCRIPTS_DIR
, "..", "..", "framework", "platform", "null"))
src_util.py
33
SCRIPTS_DIR
= os.path.dirname(__file__)
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"))
/external/deqp/scripts/egl/
common.py
36
SCRIPTS_DIR
= os.path.dirname(__file__)
37
EGL_DIR = os.path.normpath(os.path.join(
SCRIPTS_DIR
, "..", "..", "framework", "egl"))
proc_address_tests.py
127
writeInlFile(os.path.normpath(os.path.join(
SCRIPTS_DIR
, "..", "..", "modules", "egl", "teglGetProcAddressTests.inl")),
/external/autotest/server/site_tests/platform_GCC/
dejagnu_remote.sh
12
if ([ -r "${common}" ] && . "${common}" && [ -d "${
SCRIPTS_DIR
}" ]); then
Completed in 212 milliseconds