Home
last modified time | relevance | path

Searched refs:build_source (Results 1 – 2 of 2) sorted by relevance

/external/libepoxy/src/
Dgen_dispatch.py877 build_source = args.source variable
880 if not build_source and not build_header:
881 build_source = True variable
913 if build_source:
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_unload_platform_compiler.cpp703 build_with_source build_source(context, device); in test_unload_build_threaded() local
711 std::async(std::launch::async, build_thread, &build_source); in test_unload_build_threaded()