Home
last modified time | relevance | path

Searched refs:stream_renderer_command (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/crosvm/rutabaga_gfx/src/
H A Dgfxstream.rs70 pub struct stream_renderer_command { struct
139 fn stream_renderer_submit_cmd(cmd: *const stream_renderer_command) -> c_int; in stream_renderer_submit_cmd()
255 let cmd = stream_renderer_command { in submit_cmd()
263 stream_renderer_submit_cmd(&cmd as *const stream_renderer_command) in submit_cmd() constant
H A Dgfxstream_stub.rs20 use crate::gfxstream::stream_renderer_command;
87 extern "C" fn stream_renderer_submit_cmd(_cmd: *const stream_renderer_command) -> c_int { in stream_renderer_submit_cmd()
/aosp_15_r20/hardware/google/gfxstream/host/include/gfxstream/
Dvirtio-gpu-gfxstream-renderer.h208 struct stream_renderer_command { struct
218 VG_EXPORT int stream_renderer_submit_cmd(struct stream_renderer_command* cmd); argument
/aosp_15_r20/hardware/google/gfxstream/host/
DVirtioGpuFrontend.h60 int submitCmd(struct stream_renderer_command* cmd);
Dgfxstream_unittest.cpp157 struct stream_renderer_command cmd; in TEST_F()
Dvirtio-gpu-gfxstream-renderer.cpp198 VG_EXPORT int stream_renderer_submit_cmd(struct stream_renderer_command* cmd) { in stream_renderer_submit_cmd()
DVirtioGpuFrontend.cpp259 int VirtioGpuFrontend::submitCmd(struct stream_renderer_command* cmd) { in submitCmd()