Home
last modified time | relevance | path

Searched refs:all_commands (Results 1 – 5 of 5) sorted by relevance

/external/angle/scripts/
Dgenerate_entry_points.py1920 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 …]
Dregistry_xml.py460 self.all_commands = self.root.findall('commands/command')
564 for command_node in xml.all_commands:
/external/rust/crates/vulkano/src/command_buffer/submit/
Dsemaphores_wait.rs60 all_commands: true, in into()
/external/rust/crates/vulkano/src/sync/
Dpipeline.rs110all_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/
Dcommands.rs160 all_commands: true, in begin_render_pass()