Searched refs:all_commands (Results 1 – 5 of 5) sorted by relevance
| /external/angle/scripts/ |
| D | generate_entry_points.py | 1920 all_commands, argument 1926 for command in all_commands: 1946 def get_glext_decls(all_commands, gles_commands, version): argument 1954 for command in all_commands: 2574 def write_stubs_header(api, annotation, title, data_source, out_file, all_commands, commands, argument 2579 for command in all_commands: 2787 xml.all_commands, version_commands, [], 2846 apis.GLES, CONTEXT_DECL_FORMAT, xml.all_commands, ext_cmd_names, 2850 apis.GLES, CONTEXT_DECL_FORMAT, xml.all_commands, ext_cmd_names, 2854 apis.GLES, CONTEXT_DECL_FORMAT, xml.all_commands, ext_cmd_names, [all …]
|
| D | registry_xml.py | 460 self.all_commands = self.root.findall('commands/command') 564 for command_node in xml.all_commands:
|
| /external/rust/crates/vulkano/src/command_buffer/submit/ |
| D | semaphores_wait.rs | 60 all_commands: true, in into()
|
| /external/rust/crates/vulkano/src/sync/ |
| D | pipeline.rs | 110 …all_commands, AllCommands => ash::vk::PipelineStageFlags::ALL_COMMANDS, ash::vk::QueueFlags::empty… 204 if stages.all_commands { in is_compatible_with()
|
| /external/rust/crates/vulkano/src/command_buffer/synced/ |
| D | commands.rs | 160 all_commands: true, in begin_render_pass()
|