Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h170 struct ImagePresentOperation : angle::NonCopyable struct
174 ImagePresentOperation &operator=(ImagePresentOperation &&other); argument
182 vk::Fence fence;
183 vk::Semaphore semaphore;
187 uint32_t imageIndex;
188 QueueSerial queueSerial;
189 std::deque<SwapchainCleanupData> oldSwapchains;
DSurfaceVk.cpp887 ImagePresentOperation::ImagePresentOperation() : imageIndex(kInvalidImageIndex) {} in ImagePresentOperation() function in rx::impl::ImagePresentOperation
895 ImagePresentOperation::ImagePresentOperation(ImagePresentOperation &&other) in ImagePresentOperation() function in rx::impl::ImagePresentOperation