Searched refs:get_all_commands (Results 1 – 4 of 4) sorted by relevance
160 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()
120 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()
292 def get_all_commands(self): member in CommandNames340 current_cmds = self.all_cmd_names.get_all_commands()400 if ext_cmd in self.all_cmd_names.get_all_commands():
2989 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()]