Searched defs:cmd_packed_gl_enums (Results 1 – 1 of 1) sorted by relevance
| /external/angle/scripts/ |
| D | generate_entry_points.py | 1876 def get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types, params): argument 2046 capture_pointer_funcs, cmd_packed_gl_enums, packed_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 [all …]
|