Searched refs:ImagePresentHistory (Results 1 – 2 of 2) sorted by relevance
156 struct ImagePresentHistory : angle::NonCopyable struct158 ImagePresentHistory();159 ImagePresentHistory(ImagePresentHistory &&other);160 ~ImagePresentHistory();179 std::array<ImagePresentHistory, kPresentHistorySize> presentHistory; argument
401 ImagePresentHistory::ImagePresentHistory() = default;402 ImagePresentHistory::~ImagePresentHistory() in ~ImagePresentHistory()408 ImagePresentHistory::ImagePresentHistory(ImagePresentHistory &&other) in ImagePresentHistory() function in rx::impl::ImagePresentHistory676 for (ImagePresentHistory &presentHistory : swapchainImage.presentHistory) in recreateSwapchain()695 for (ImagePresentHistory &presentHistory : swapchainImage.presentHistory) in recreateSwapchain()791 for (ImagePresentHistory &presentHistory : swapchainImage.presentHistory) in resizeSwapchainImages()1009 for (ImagePresentHistory &presentHistory : swapchainImage.presentHistory) in releaseSwapchainImages()1038 for (ImagePresentHistory &presentHistory : swapchainImage.presentHistory) in destroySwapChainImages()1147 ImagePresentHistory &presentHistory = image.presentHistory[image.currentPresentHistoryIndex]; in present()