Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dgen_builtin_symbols.py1455 def get_op(name, function_props, group_op_suffix): argument
1456 return 'EOp' + name[0].upper() + name[1:] + group_op_suffix + function_props.get(
1617 group_op_suffix, unmangled_function_if_statements, mangled_builtins): argument
1626 op = get_op(function_name, function_props, group_op_suffix)
1766 group_op_suffix, unmangled_function_if_statements, argument
1774 functions, group_op_suffix, unmangled_function_if_statements,
1791 functions, group_op_suffix, unmangled_function_if_statements,
1807 group_op_suffix = parent_group_op_suffix + group.get('opSuffix', '')
1809 group_op_suffix, unmangled_function_if_statements,
1815 functions, group_op_suffix, unmangled_function_if_statements,