Searched refs:wp_virtio_gpu_metadata_v1_interface (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/device/google/cuttlefish/host/libs/wayland/ |
D | wayland_virtio_gpu_metadata.cpp | 62 const struct wp_virtio_gpu_metadata_v1_interface 72 wl_resource_create(client, &wp_virtio_gpu_metadata_v1_interface, 1, id); in bind_virtio_gpu_metadata() 82 wl_global_create(display, &wp_virtio_gpu_metadata_v1_interface, 1, surfaces, in BindVirtioGpuMetadataInterface()
|
/aosp_15_r20/out/soong/.intermediates/external/crosvm/gpu_display/gpu_display_protocol_sources/gen/wayland_protocol_codegen/ |
D | virtio-gpu-metadata-v1.c | 50 WL_PRIVATE const struct wl_interface wp_virtio_gpu_metadata_v1_interface = { variable
|
/aosp_15_r20/out/soong/.intermediates/external/crosvm/gpu_display/gpu_display_client_protocol_headers/gen/wayland_protocol_codegen/ |
D | virtio-gpu-metadata-v1.h | 62 extern const struct wl_interface wp_virtio_gpu_metadata_v1_interface;
|
/aosp_15_r20/external/crosvm/gpu_display/src/ |
H A D | display_wl.c | 625 registry, id, &wp_virtio_gpu_metadata_v1_interface, 1); in registry_global()
|