Home
last modified time | relevance | path

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

/external/angle/scripts/
Dgenerate_entry_points.py1468 def get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types, params): argument
1470 result = cmd_packed_gl_enums.get(strip_suffix(api, cmd_name), {})
1583 capture_pointer_funcs, cmd_packed_gl_enums, packed_param_types): argument
1585 packed_gl_enums = get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types,
1590 cmd_packed_gl_enums, packed_param_types)
1658 def get_internal_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
1659 packed_gl_enums = get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types,
1668 def get_validation_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
1669 packed_gl_enums = get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types,
1679 def format_context_decl(api, cmd_name, proto, params, template, cmd_packed_gl_enums, argument
[all …]