Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/image/
Dswapchain.rs38 pub struct SwapchainImage<W> { struct
43 impl<W> SwapchainImage<W> { argument
91 unsafe impl<W> ImageAccess for SwapchainImage<W> { implementation
161 unsafe impl<W> ImageClearValue<ClearValue> for SwapchainImage<W> { implementation
168 unsafe impl<P, W> ImageContent<P> for SwapchainImage<W> { implementation
175 impl<W> PartialEq for SwapchainImage<W> { implementation
182 impl<W> Eq for SwapchainImage<W> {} implementation
184 impl<W> Hash for SwapchainImage<W> { implementation
/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h193 struct SwapchainImage : angle::NonCopyable struct
199 std::unique_ptr<vk::ImageHelper> image;
200 vk::ImageViewHelper imageViews;
201 vk::Framebuffer framebuffer;
202 vk::Framebuffer fetchFramebuffer;
203 vk::Framebuffer framebufferResolveMS;
205 uint64_t frameNumber = 0;
DSurfaceVk.cpp937 SwapchainImage::SwapchainImage(SwapchainImage &&other) in SwapchainImage() function in rx::impl::SwapchainImage