• Home
  • Raw
  • Download

Lines Matching defs:api

1607 def is_aliasing_excepted(api, cmd_name):  argument
1621 def is_context_private_state_command(api, name): argument
1655 def get_validation_expression(api, cmd_name, entry_point_name, internal_params, is_gles1): argument
1665 def entry_point_export(api): argument
1671 def entry_point_prefix(api): argument
1679 def get_api_entry_def(api): argument
1688 def get_stubs_header_template(api): argument
1697 def format_entry_point_decl(api, cmd_name, proto, params): argument
1785 def param_print_argument(api, command_node, param): argument
1860 def strip_suffix_always(api, name): argument
1867 def strip_suffix(api, name): argument
1888 def get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types, params): argument
1898 def get_def_template(api, cmd_name, return_type, has_errcode_ret): argument
1930 def format_entry_point_def(api, command_node, cmd_name, proto, params, cmd_packed_enums, argument
2088 def format_capture_method(api, command, cmd_name, proto, params, all_param_types, argument
2191 def get_internal_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2201 def get_validation_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2212 def get_context_private_call_params(api, cmd_name, params, cmd_packed_gl_enums, argument
2223 def get_context_lock_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2236 def format_context_decl(api, cmd_name, proto, params, template, cmd_packed_gl_enums, argument
2265 def format_validation_proto(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2284 def format_context_private_call_proto(api, cmd_name, proto, params, cmd_packed_gl_enums, argument
2298 def format_context_lock_proto(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument
2305 def format_capture_proto(api, cmd_name, proto, params, cmd_packed_gl_enums, packed_param_types): argument
2325 api, argument
2389 def __init__(self, api, xml, commands, is_gles1=False): argument
2477 def get_decls(api, argument
2581 def write_context_api_decls(decls, api): argument
2676 def write_capture_header(api, annotation, comment, protos, capture_pointer_funcs): argument
2699 def write_capture_source(api, annotation_with_dash, annotation_no_dash, comment, capture_methods): argument
3014 def format_replay_params(api, command_name, param_text_list, packed_enums, resource_id_types): argument
3045 def format_capture_replay_call_case(api, command_to_param_types_mapping, gl_packed_enums, argument
3194 def disable_share_group_lock(api, cmd_name): argument
3215 def get_context_lock(api, cmd_name): argument
3240 def get_prepare_swap_buffers_call(api, cmd_name, params): argument
3278 def get_preamble(api, cmd_name, params): argument
3285 def get_unlocked_tail_call(api, cmd_name): argument
3352 def get_epilog(api, cmd_name): argument
3357 def write_stubs_header(api, annotation, title, data_source, out_file, all_commands, commands, argument