Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp971 mColorRenderTarget.init(&mColorImageMS, &mColorImageMSViews, nullptr, nullptr, {}, in WindowSurfaceVk()
976 mColorImageMSBinding.bind(&mColorImageMS); in WindowSurfaceVk()
1685 ANGLE_TRY(mColorImageMS.initMSAASwapchain( in createSwapChain()
1688 ANGLE_TRY(mColorImageMS.initMemory( in createSwapChain()
1694 mColorRenderTarget.init(&mColorImageMS, &mColorImageMSViews, nullptr, nullptr, {}, in createSwapChain()
1742 return mColorImageMS.valid(); in isMultiSampled()
1834 if (mColorImageMS.valid()) in releaseSwapchainImages()
1836 mColorImageMSViews.release(renderer, mColorImageMS.getResourceUse()); in releaseSwapchainImages()
1837 mColorImageMS.releaseImageFromShareContexts(renderer, contextVk, {}); in releaseSwapchainImages()
1838 mColorImageMS.releaseStagedUpdates(renderer); in releaseSwapchainImages()
[all …]
DSurfaceVk.h542 vk::ImageHelper mColorImageMS; variable