Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/rutabaga_gfx/src/
H A Dgfxstream.rs153 fn stream_renderer_ctx_attach_resource(ctx_id: c_int, res_handle: c_int); in stream_renderer_ctx_attach_resource() function
273 stream_renderer_ctx_attach_resource(self.ctx_id as i32, resource.resource_id as i32); in attach()
H A Dgfxstream_stub.rs107 extern "C" fn stream_renderer_ctx_attach_resource(_ctx_id: c_int, _res_handle: c_int) { in stream_renderer_ctx_attach_resource() function
/aosp_15_r20/hardware/google/gfxstream/host/
Dgfxstream_unittest.cpp179 stream_renderer_ctx_attach_resource(0, 0); in TEST_F()
Dvirtio-gpu-gfxstream-renderer.cpp257 VG_EXPORT void stream_renderer_ctx_attach_resource(int ctx_id, int res_handle) { in stream_renderer_ctx_attach_resource() function
/aosp_15_r20/hardware/google/gfxstream/host/include/gfxstream/
Dvirtio-gpu-gfxstream-renderer.h234 VG_EXPORT void stream_renderer_ctx_attach_resource(int ctx_id, int res_handle);