Home
last modified time | relevance | path

Searched defs:create_vulkan_surface (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/sys/
H A Dunix.rs30 fn create_vulkan_surface(self: Arc<Self>, _instance: Arc<Instance>) -> Result<Arc<Surface>> { in create_vulkan_surface() method
H A Dwindows.rs140 fn create_vulkan_surface(self: Arc<Self>, instance: Arc<Instance>) -> Result<Arc<Surface>> { in create_vulkan_surface() method
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/
H A Dsys.rs31 fn create_vulkan_surface(self: Arc<Self>, instance: Arc<Instance>) -> Result<Arc<Surface>>; in create_vulkan_surface() method