Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | gn |
namespace | gn.compile_sksl_tests |
Functions | |
def | gn.compile_sksl_tests.executeWorklist (input, worklist) |
def | gn.compile_sksl_tests.extensionForSpirvAsm (ext) |
Variables | |
bool | gn.compile_sksl_tests.batchCompile = True |
gn.compile_sksl_tests.skslc = sys.argv[1] | |
gn.compile_sksl_tests.lang = sys.argv[2] | |
gn.compile_sksl_tests.settings = sys.argv[3] | |
gn.compile_sksl_tests.input_root_dir = sys.argv[4] | |
gn.compile_sksl_tests.output_root_dir = sys.argv[5] | |
gn.compile_sksl_tests.input_file = sys.argv[6] | |
gn.compile_sksl_tests.inputs = shlex.split(reader.read()) | |
gn.compile_sksl_tests.worklist = tempfile.NamedTemporaryFile(suffix='.worklist', delete=False, mode='w') | |
gn.compile_sksl_tests.target = input.replace(input_root_dir, output_root_dir) | |
gn.compile_sksl_tests.target_dir = os.path.dirname(target) | |
gn.compile_sksl_tests.noExt | |
gn.compile_sksl_tests.ext | |
gn.compile_sksl_tests.head | |
gn.compile_sksl_tests.tail | |