Lines Matching defs:api
1245 def is_aliasing_excepted(api, cmd_name): argument
1249 def entry_point_export(api): argument
1255 def entry_point_prefix(api): argument
1263 def get_api_entry_def(api): argument
1272 def get_stubs_header_template(api): argument
1281 def format_entry_point_decl(api, cmd_name, proto, params): argument
1444 def strip_suffix(api, name): argument
1468 def get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types, params): argument
1478 def get_def_template(api, return_type, has_errcode_ret): argument
1500 def format_entry_point_def(api, command_node, cmd_name, proto, params, cmd_packed_enums, argument
1582 def format_capture_method(api, command, cmd_name, proto, params, all_param_types, argument
1658 def get_internal_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
1668 def get_validation_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
1679 def format_context_decl(api, cmd_name, proto, params, template, cmd_packed_gl_enums, argument
1708 def format_validation_proto(api, cmd_name, proto, params, cmd_packed_gl_enums, packed_param_types): argument
1724 def format_capture_proto(api, cmd_name, proto, params, cmd_packed_gl_enums, packed_param_types): argument
1741 api, argument
1784 def __init__(self, api, xml, commands): argument
1867 def get_decls(api, argument
1965 def write_context_api_decls(decls, api): argument
2255 def format_capture_replay_param_access(api, command_name, param_text_list, cmd_packed_gl_enums, argument
2286 def format_capture_replay_call_case(api, command_to_param_types_mapping, cmd_packed_gl_enums, argument
2303 def write_capture_replay_source(api, all_commands_nodes, gles_command_names, cmd_packed_gl_enums, argument
2429 def write_stubs_header(api, annotation, title, data_source, out_file, all_commands, commands, argument