Searched refs:mColorImageMS (Results 1 – 2 of 2) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | SurfaceVk.cpp | 474 mColorRenderTarget.init(&mColorImageMS, &mColorImageMSViews, 0, 0); in WindowSurfaceVk() 477 mColorImageMSBinding.bind(&mColorImageMS); in WindowSurfaceVk() 926 ANGLE_TRY(mColorImageMS.init(context, gl::TextureType::_2D, vkExtents, format, samples, in createSwapChain() 928 ANGLE_TRY(mColorImageMS.initMemory(context, renderer->getMemoryProperties(), in createSwapChain() 933 mColorRenderTarget.init(&mColorImageMS, &mColorImageMSViews, 0, 0); in createSwapChain() 966 return mColorImageMS.valid(); in isMultiSampled() 1031 if (mColorImageMS.valid()) in releaseSwapchainImages() 1033 mColorImageMS.releaseImage(renderer); in releaseSwapchainImages() 1034 mColorImageMS.releaseStagingBuffer(renderer); in releaseSwapchainImages() 1068 mColorImageMS.destroy(renderer); in destroySwapChainImages() [all …]
|
D | SurfaceVk.h | 322 vk::ImageHelper mColorImageMS; variable
|