Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dgen_builtin_symbols.py1382 function_props = {
1387 function_props.update(default_metadata)
1390 if 'essl_level' in function_props:
1391 group_stack[-1]['functions'].append(function_props)
1393 group_stack[-1]['functions'].append(function_props)
1416 for function_props in group['functions']:
1417 function_name = function_props['name']
1419 function_variants = gen_function_variants(function_props)
1420 for function_props in function_variants:
1421 parameters = get_parameters(function_props)
[all …]