Searched refs:essl_only (Results 1 – 1 of 1) sorted by relevance
862 def update_arrays(self, essl_only): argument904 if "symbol" in data and "glsl_level" in data and not essl_only:912 if "symbol2" in data and "glsl_level2" in data and not essl_only:920 if "symbol3" in data and "glsl_level3" in data and not essl_only:928 if "symbol4" in data and "glsl_level4" in data and not essl_only:936 if "glsl_ext_symbol" in data and not essl_only:1324 def get_parsed_functions(functions_txt_filename, essl_only): argument1388 if essl_only:2049 def generate_files(essl_only, args, functions_txt_filename, variables_json_filename, argument2058 parsed_functions = get_parsed_functions(functions_txt_filename, essl_only)[all …]