OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEQP_DIR
(Results
1 - 9
of
9
) sorted by null
/external/deqp/external/vulkancts/
build_mustpass.py
28
from build.common import
DEQP_DIR
47
MUSTPASS_PATH = os.path.join(
DEQP_DIR
, "external", "vulkancts", "mustpass")
build_spirv_binaries.py
46
DEFAULT_DST_DIR = os.path.join(
DEQP_DIR
, "external", "vulkancts", "data", "vulkan", "prebuilt")
gen_framework.py
29
from build.common import
DEQP_DIR
/external/deqp/scripts/build/
common.py
27
DEQP_DIR
= os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
config.py
29
from common import which,
DEQP_DIR
37
def __init__ (self, buildDir, buildType, args, srcPath =
DEQP_DIR
):
/external/deqp/scripts/
launchcontrol_build.py
60
pushWorkingDir(
DEQP_DIR
)
build_android_mustpass.py
23
from build.common import
DEQP_DIR
46
CTS_DATA_DIR = os.path.join(
DEQP_DIR
, "android", "cts")
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")
make_release.py
333
srcBasePath =
DEQP_DIR
461
COMMON_BUILD_ARGS = ['-DPNG_SRC_PATH=%s' % os.path.realpath(os.path.join(
DEQP_DIR
, '..', 'libpng'))]
Completed in 1204 milliseconds