Searched refs:functions_txt_filename (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/compiler/translator/ |
D | gen_builtin_symbols.py | 1324 def get_parsed_functions(functions_txt_filename, essl_only): argument 1336 with open(functions_txt_filename) as f: 2049 def generate_files(essl_only, args, functions_txt_filename, variables_json_filename, argument 2058 parsed_functions = get_parsed_functions(functions_txt_filename, essl_only) 2132 functions_txt_filename, 2242 functions_txt_filename = 'builtin_function_declarations.txt' 2247 functions_txt_filename, 2273 generate_files(False, args, functions_txt_filename, variables_json_filename, 2280 generate_files(True, args, functions_txt_filename, variables_json_filename,
|