Home
last modified time | relevance | path

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/
Dwayland_virtio_gpu_metadata.cpp62 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/
Dvirtio-gpu-metadata-v1.c50 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/
Dvirtio-gpu-metadata-v1.h62 extern const struct wl_interface wp_virtio_gpu_metadata_v1_interface;
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Ddisplay_wl.c625 registry, id, &wp_virtio_gpu_metadata_v1_interface, 1); in registry_global()