Home
last modified time | relevance | path

Searched defs:WaylandSurface (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/ash/src/extensions/khr/
Dwayland_surface.rs9 pub struct WaylandSurface { struct
11 wayland_surface_fn: vk::KhrWaylandSurfaceFn, argument
14 impl WaylandSurface { impl
/external/crosvm/gpu_display/src/
Dgpu_display_wl.rs95 struct WaylandSurface { struct
103 impl WaylandSurface { argument
109 impl GpuDisplaySurface for WaylandSurface { implementation