Searched refs:ImagePresentHistory (Results 1 – 2 of 2) sorted by relevance
148 struct ImagePresentHistory : angle::NonCopyable struct150 ImagePresentHistory();151 ImagePresentHistory(ImagePresentHistory &&other);152 ~ImagePresentHistory();171 std::array<ImagePresentHistory, kPresentHistorySize> presentHistory; argument
460 ImagePresentHistory::ImagePresentHistory() = default;461 ImagePresentHistory::~ImagePresentHistory() in ~ImagePresentHistory()467 ImagePresentHistory::ImagePresentHistory(ImagePresentHistory &&other) in ImagePresentHistory() function in rx::impl::ImagePresentHistory839 for (ImagePresentHistory &presentHistory : swapchainImage.presentHistory) in recreateSwapchain()858 for (ImagePresentHistory &presentHistory : swapchainImage.presentHistory) in recreateSwapchain()985 for (ImagePresentHistory &presentHistory : swapchainImage.presentHistory) in resizeSwapchainImages()1253 for (ImagePresentHistory &presentHistory : swapchainImage.presentHistory) in releaseSwapchainImages()1282 for (ImagePresentHistory &presentHistory : swapchainImage.presentHistory) in destroySwapChainImages()1430 ImagePresentHistory &presentHistory = image.presentHistory[image.currentPresentHistoryIndex]; in present()