Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Ddisplay.rs48 pub struct DisplayPlane { struct
51 properties: ash::vk::DisplayPlanePropertiesKHR, argument
55 impl DisplayPlane { argument
59 ) -> Result<IntoIter<DisplayPlane>, OomError> { in enumerate_raw()
150 pub fn enumerate(physical_device: Arc<PhysicalDevice>) -> IntoIter<DisplayPlane> { in enumerate()
Dsurface.rs158 plane: &DisplayPlane, in from_display_plane()
167 plane: &DisplayPlane, in validate_from_display_plane()
197 plane: &DisplayPlane, in from_display_plane_unchecked()
1400 DisplayPlane, enumerator