Searched refs:ImagePresentOperation (Results 1 – 2 of 2) sorted by relevance
170 struct ImagePresentOperation : angle::NonCopyable struct172 ImagePresentOperation();173 ImagePresentOperation(ImagePresentOperation &&other);174 ImagePresentOperation &operator=(ImagePresentOperation &&other); argument175 ~ImagePresentOperation();534 std::deque<impl::ImagePresentOperation> mPresentHistory;
405 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::ImagePresentOperation888 ImagePresentOperation::~ImagePresentOperation() in ~ImagePresentOperation()895 ImagePresentOperation::ImagePresentOperation(ImagePresentOperation &&other) in ImagePresentOperation() function in rx::impl::ImagePresentOperation903 ImagePresentOperation &ImagePresentOperation::operator=(ImagePresentOperation &&other) in operator =()913 void ImagePresentOperation::destroy(VkDevice device, in destroy()1011 for (impl::ImagePresentOperation &presentOperation : mPresentHistory) in destroy()[all …]