Lines Matching defs:api
1583 def is_aliasing_excepted(api, cmd_name): argument
1597 def is_context_private_state_command(api, name): argument
1630 def get_validation_expression(api, cmd_name, entry_point_name, internal_params, is_gles1): argument
1643 def entry_point_export(api): argument
1649 def entry_point_prefix(api): argument
1657 def get_api_entry_def(api): argument
1666 def get_stubs_header_template(api): argument
1675 def format_entry_point_decl(api, cmd_name, proto, params): argument
1763 def param_print_argument(api, command_node, param): argument
1838 def strip_suffix_always(api, name): argument
1845 def strip_suffix(api, name): argument
1866 def get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types, params): argument
1876 def get_def_template(api, cmd_name, return_type, has_errcode_ret): argument
1905 def format_entry_point_def(api, command_node, cmd_name, proto, params, cmd_packed_enums, argument
2038 def format_capture_method(api, command, cmd_name, proto, params, all_param_types, argument
2136 def get_internal_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2146 def get_validation_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2157 def get_context_private_call_params(api, cmd_name, params, cmd_packed_gl_enums, argument
2168 def get_context_lock_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2181 def format_context_decl(api, cmd_name, proto, params, template, cmd_packed_gl_enums, argument
2210 def format_validation_proto(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2229 def format_context_private_call_proto(api, cmd_name, proto, params, cmd_packed_gl_enums, argument
2243 def format_context_lock_proto(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2250 def format_capture_proto(api, cmd_name, proto, params, cmd_packed_gl_enums, packed_param_types): argument
2268 api, argument
2332 def __init__(self, api, xml, commands, is_gles1=False): argument
2420 def get_decls(api, argument
2524 def write_context_api_decls(decls, api): argument
2619 def write_capture_header(api, annotation, comment, protos, capture_pointer_funcs): argument
2640 def write_capture_source(api, annotation_with_dash, annotation_no_dash, comment, capture_methods): argument
2896 def format_replay_params(api, command_name, param_text_list, packed_enums, resource_id_types): argument
2927 def format_capture_replay_call_case(api, command_to_param_types_mapping, gl_packed_enums, argument
3076 def disable_share_group_lock(api, cmd_name): argument
3097 def get_context_lock(api, cmd_name): argument
3122 def get_prepare_swap_buffers_call(api, cmd_name, params): argument
3151 def get_preamble(api, cmd_name, params): argument
3158 def get_unlocked_tail_call(api, cmd_name): argument
3226 def get_epilog(api, cmd_name): argument
3231 def write_stubs_header(api, annotation, title, data_source, out_file, all_commands, commands, argument