Lines Matching defs:api
1612 def is_aliasing_excepted(api, cmd_name): argument
1626 def is_context_private_state_command(api, name): argument
1640 def get_validation_expression(api, cmd_name, entry_point_name, internal_params, is_gles1): argument
1653 def entry_point_export(api): argument
1659 def entry_point_prefix(api): argument
1667 def get_api_entry_def(api): argument
1676 def get_stubs_header_template(api): argument
1685 def format_entry_point_decl(api, cmd_name, proto, params): argument
1773 def param_print_argument(api, command_node, param): argument
1848 def strip_suffix_always(api, name): argument
1855 def strip_suffix(api, name): argument
1876 def get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types, params): argument
1886 def get_def_template(api, cmd_name, return_type, has_errcode_ret): argument
1915 def format_entry_point_def(api, command_node, cmd_name, proto, params, cmd_packed_enums, argument
2045 def format_capture_method(api, command, cmd_name, proto, params, all_param_types, argument
2143 def get_internal_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2153 def get_validation_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2164 def get_context_private_call_params(api, cmd_name, params, cmd_packed_gl_enums, argument
2175 def get_context_lock_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2189 def format_context_decl(api, cmd_name, proto, params, template, cmd_packed_gl_enums, argument
2218 def format_validation_proto(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2237 def format_context_private_call_proto(api, cmd_name, proto, params, cmd_packed_gl_enums, argument
2251 def format_context_lock_proto(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2258 def format_capture_proto(api, cmd_name, proto, params, cmd_packed_gl_enums, packed_param_types): argument
2276 api, argument
2340 def __init__(self, api, xml, commands, is_gles1=False): argument
2443 def get_decls(api, argument
2547 def write_context_api_decls(decls, api): argument
2643 def write_capture_header(api, annotation, comment, protos, capture_pointer_funcs): argument
2664 def write_capture_source(api, annotation_with_dash, annotation_no_dash, comment, capture_methods): argument
2920 def format_replay_params(api, command_name, param_text_list, packed_enums, resource_id_types): argument
2951 def format_capture_replay_call_case(api, command_to_param_types_mapping, gl_packed_enums, argument
3100 def disable_share_group_lock(api, cmd_name): argument
3121 def get_context_lock(api, cmd_name): argument
3137 def get_prepare_swap_buffers_call(api, cmd_name, params): argument
3166 def get_preamble(api, cmd_name, params): argument
3173 def get_unlocked_tail_call(api, cmd_name): argument
3238 def get_epilog(api, cmd_name): argument
3243 def write_stubs_header(api, annotation, title, data_source, out_file, all_commands, commands, argument