Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h170 struct ImagePresentOperation : angle::NonCopyable struct
172 ImagePresentOperation();
173 ImagePresentOperation(ImagePresentOperation &&other);
174 ImagePresentOperation &operator=(ImagePresentOperation &&other); argument
175 ~ImagePresentOperation();
534 std::deque<impl::ImagePresentOperation> mPresentHistory;
DSurfaceVk.cpp405 std::deque<impl::ImagePresentOperation> *presentHistory) in AssociateQueueSerialWithPresentHistory()
411 impl::ImagePresentOperation &presentOperation = in AssociateQueueSerialWithPresentHistory()
426 bool HasAnyOldSwapchains(const std::deque<impl::ImagePresentOperation> &presentHistory) in HasAnyOldSwapchains()
431 for (const impl::ImagePresentOperation &presentOperation : presentHistory) in HasAnyOldSwapchains()
887 ImagePresentOperation::ImagePresentOperation() : imageIndex(kInvalidImageIndex) {} in ImagePresentOperation() function in rx::impl::ImagePresentOperation
888 ImagePresentOperation::~ImagePresentOperation() in ~ImagePresentOperation()
895 ImagePresentOperation::ImagePresentOperation(ImagePresentOperation &&other) in ImagePresentOperation() function in rx::impl::ImagePresentOperation
903 ImagePresentOperation &ImagePresentOperation::operator=(ImagePresentOperation &&other) in operator =()
913 void ImagePresentOperation::destroy(VkDevice device, in destroy()
1011 for (impl::ImagePresentOperation &presentOperation : mPresentHistory) in destroy()
[all …]