Lines Matching defs:cmd_name
1245 def is_aliasing_excepted(api, cmd_name): argument
1281 def format_entry_point_decl(api, cmd_name, proto, params): argument
1409 def is_context_lost_acceptable_cmd(cmd_name): argument
1425 def get_context_getter_function(cmd_name): argument
1432 def get_valid_context_check(cmd_name): argument
1436 def get_constext_lost_error_generator(cmd_name): argument
1468 def get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types, params): 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
1697 def format_entry_point_export(cmd_name, proto, params, template): 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
2244 def get_command_params_text(command_node, cmd_name): argument