Searched defs:stream_renderer_command (Results 1 – 2 of 2) sorted by relevance
208 struct stream_renderer_command { struct218 VG_EXPORT int stream_renderer_submit_cmd(struct stream_renderer_command* cmd); argument
70 pub struct stream_renderer_command { struct71 pub ctx_id: u32,72 pub cmd_size: u32,73 pub cmd: *const u8,74 pub num_in_fences: u32,75 pub in_fence_descriptors: *const u64,263 stream_renderer_submit_cmd(&cmd as *const stream_renderer_command) in submit_cmd() constant