Home
last modified time | relevance | path

Searched defs:SwapchainImage (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dswapchain.rs39 pub struct SwapchainImage { struct
43 impl SwapchainImage { argument
48 ) -> Result<Arc<SwapchainImage>, OomError> { in from_handle()
66 unsafe impl DeviceOwned for SwapchainImage { implementation
72 unsafe impl ImageAccess for SwapchainImage { implementation
121 unsafe impl<P> ImageContent<P> for SwapchainImage { implementation
127 impl PartialEq for SwapchainImage { implementation
133 impl Eq for SwapchainImage {} implementation
135 impl Hash for SwapchainImage { implementation
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DSurfaceVk.h192 struct SwapchainImage : angle::NonCopyable struct
198 std::unique_ptr<vk::ImageHelper> image;
199 vk::ImageViewHelper imageViews;
200 vk::Framebuffer framebuffer;
201 vk::Framebuffer fetchFramebuffer;
203 uint64_t frameNumber = 0;
H A DSurfaceVk.cpp950 SwapchainImage::SwapchainImage(SwapchainImage &&other) in SwapchainImage() function in rx::impl::SwapchainImage
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/
H A Dpost_worker.rs88 type SwapchainImage = image::swapchain::SwapchainImage<VulkanoWindow>; typedef
238 swapchain_image: Arc<SwapchainImage>, in record_and_submit_post_command()
817 mut f: impl FnMut(&mut PostResource, Arc<SwapchainImage>, T) -> T, in with_swapchain_image()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Dswapchain.rs109 ) -> Result<(Arc<Swapchain>, Vec<Arc<SwapchainImage>>), SwapchainCreationError> { in new()
188 ) -> Result<(Arc<Swapchain>, Vec<Arc<SwapchainImage>>), SwapchainCreationError> { in recreate()