Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h169 struct ImagePresentOperation : angle::NonCopyable struct
173 ImagePresentOperation &operator=(ImagePresentOperation &&other); argument
181 vk::Fence fence;
182 vk::Semaphore semaphore;
186 uint32_t imageIndex;
187 QueueSerial queueSerial;
188 std::deque<SwapchainCleanupData> oldSwapchains;
DSurfaceVk.cpp911 ImagePresentOperation::ImagePresentOperation() : imageIndex(kInvalidImageIndex) {} in ImagePresentOperation() function in rx::impl::ImagePresentOperation
919 ImagePresentOperation::ImagePresentOperation(ImagePresentOperation &&other) in ImagePresentOperation() function in rx::impl::ImagePresentOperation