Searched refs:type_functions (Results 1 – 2 of 2) sorted by relevance
110 def get_load_func(func_name, type_functions): argument115 for gl_type, load_function in sorted(type_functions.items()):154 for angle_format, type_functions in sorted(angle_to_type_map.items()):168 if gl_type not in type_functions:169 type_functions[gl_type] = load_function171 load_functions_data += get_load_func(func_name, type_functions)
96 type_functions = [105 validation_fn = type_functions[i]