Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h148 struct ImagePresentHistory : angle::NonCopyable struct
150 ImagePresentHistory();
151 ImagePresentHistory(ImagePresentHistory &&other);
152 ~ImagePresentHistory();
171 std::array<ImagePresentHistory, kPresentHistorySize> presentHistory; argument
DSurfaceVk.cpp460 ImagePresentHistory::ImagePresentHistory() = default;
461 ImagePresentHistory::~ImagePresentHistory() in ~ImagePresentHistory()
467 ImagePresentHistory::ImagePresentHistory(ImagePresentHistory &&other) in ImagePresentHistory() function in rx::impl::ImagePresentHistory
839 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()