Home
last modified time | relevance | path

Searched refs:get_all_commands (Results 1 – 4 of 4) sorted by relevance

/external/angle/scripts/
Dgen_proc_table.py160 gles_data = glesxml.all_cmd_names.get_all_commands()
171 gles_data.extend(eglxml.all_cmd_names.get_all_commands())
209 gl_data = [cmd for cmd in glxml.all_cmd_names.get_all_commands()]
218 gl_commands = wglxml.all_cmd_names.get_all_commands()
264 cl_commands = clxml.all_cmd_names.get_all_commands()
Dgenerate_loader.py120 all_cmds = xml.all_cmd_names.get_all_commands()
156 all_cmds = xml.all_cmd_names.get_all_commands()
196 all_cmds = xml.all_cmd_names.get_all_commands()
255 all_cmds = xml.all_cmd_names.get_all_commands()
Dregistry_xml.py292 def get_all_commands(self): member in CommandNames
340 current_cmds = self.all_cmd_names.get_all_commands()
400 if ext_cmd in self.all_cmd_names.get_all_commands():
Dgenerate_entry_points.py2989 cl_cmd_names = [strip_api_prefix(cmd) for cmd in clxml.all_cmd_names.get_all_commands()]
2990 egl_cmd_names = [strip_api_prefix(cmd) for cmd in eglxml.all_cmd_names.get_all_commands()]
2992 ] + [strip_api_prefix(cmd) for cmd in xml.all_cmd_names.get_all_commands()]
2993 gl_cmd_names = [strip_api_prefix(cmd) for cmd in glxml.all_cmd_names.get_all_commands()]
2994 wgl_cmd_names = [strip_api_prefix(cmd) for cmd in wglxml.all_cmd_names.get_all_commands()]