Searched refs:cmd_packed_gl_enums (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/scripts/ |
H A D | generate_entry_points.py | 1866 def get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types, params): argument 1868 result = cmd_packed_gl_enums.get(strip_suffix_always(api, cmd_name), {}) 2039 capture_pointer_funcs, cmd_packed_gl_enums, packed_param_types): argument 2044 packed_gl_enums = get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types, 2049 cmd_packed_gl_enums, packed_param_types) 2136 def get_internal_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument 2137 packed_gl_enums = get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types, 2146 def get_validation_params(api, cmd_name, params, cmd_packed_gl_enums, packed_param_types): argument 2147 packed_gl_enums = get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types, 2157 def get_context_private_call_params(api, cmd_name, params, cmd_packed_gl_enums, argument [all …]
|