Home
last modified time | relevance | path

Searched refs:stream_renderer_create_blob (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/crosvm/rutabaga_gfx/src/
H A Dgfxstream_stub.rs21 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 Dgfxstream.rs79 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/
Dvirtio-gpu-gfxstream-renderer.h237 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/
DVirtioGpuFrontend.h91 const struct stream_renderer_create_blob* create_blob,
95 const struct stream_renderer_create_blob* create_blob,
DVirtioGpuResource.h66 const struct stream_renderer_create_blob* createBlobArgs,
157 std::optional<struct stream_renderer_create_blob> mCreateBlobArgs;
Dvirtio-gpu-gfxstream-renderer.cpp285 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()
DVirtioGpuResource.cpp146 const struct stream_renderer_create_blob* createBlobArgs, in Create()
DVirtioGpuFrontend.cpp771 const struct stream_renderer_create_blob* createBlobArgs, in createBlob()