Searched refs:stream_renderer_create_blob (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/ |
H A D | gfxstream_stub.rs | 21 use crate::gfxstream::stream_renderer_create_blob; 128 extern "C" fn stream_renderer_create_blob( in stream_renderer_create_blob() function 131 _create_blob: *const stream_renderer_create_blob, in stream_renderer_create_blob() argument
|
H A D | gfxstream.rs | 79 pub type stream_renderer_create_blob = ResourceCreateBlob; typedef 159 fn stream_renderer_create_blob( in stream_renderer_create_blob() function 162 create_blob: *const stream_renderer_create_blob, in stream_renderer_create_blob() argument 713 stream_renderer_create_blob( in create_blob() 716 &resource_create_blob as *const stream_renderer_create_blob, in create_blob() constant
|
/aosp_15_r20/hardware/google/gfxstream/host/include/gfxstream/ |
D | virtio-gpu-gfxstream-renderer.h | 237 struct stream_renderer_create_blob { struct 253 VG_EXPORT int stream_renderer_create_blob(uint32_t ctx_id, uint32_t res_handle, argument 254 const struct stream_renderer_create_blob* create_blob,
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | VirtioGpuFrontend.h | 91 const struct stream_renderer_create_blob* create_blob, 95 const struct stream_renderer_create_blob* create_blob,
|
D | VirtioGpuResource.h | 66 const struct stream_renderer_create_blob* createBlobArgs, 157 std::optional<struct stream_renderer_create_blob> mCreateBlobArgs;
|
D | virtio-gpu-gfxstream-renderer.cpp | 285 VG_EXPORT int stream_renderer_create_blob(uint32_t ctx_id, uint32_t res_handle, in stream_renderer_create_blob() function 286 const struct stream_renderer_create_blob* create_blob, in stream_renderer_create_blob()
|
D | VirtioGpuResource.cpp | 146 const struct stream_renderer_create_blob* createBlobArgs, in Create()
|
D | VirtioGpuFrontend.cpp | 771 const struct stream_renderer_create_blob* createBlobArgs, in createBlob()
|