Searched refs:indexMS (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | TextureStorage11.cpp | 72 const gl::ImageIndex &indexMS) in MultisampledRenderToTextureInfo() argument 73 : samples(samples), indexSS(indexSS), indexMS(indexMS), msTextureNeedsResolve(false) in MultisampledRenderToTextureInfo() 878 ANGLE_TRY(getSubresourceIndex(context, mMSTexInfo->indexMS, &subresourceIndexMS)); in resolveTextureHelper() 920 ANGLE_TRY(mMSTexInfo->msTex->findRenderTarget(context, mMSTexInfo->indexMS, samples, &rt)); in findMultisampledRenderTarget() 951 gl::ImageIndex indexMS = gl::ImageIndex::Make2DMultisample(); in getMultisampledRenderTarget() local 953 ANGLE_TRY(texMS->getRenderTarget(context, indexMS, samples, &drawRenderTarget)); in getMultisampledRenderTarget() 960 mMSTexInfo = std::make_unique<MultisampledRenderToTextureInfo>(samples, index, indexMS); in getMultisampledRenderTarget() 964 ANGLE_TRY(mMSTexInfo->msTex->getRenderTarget(context, mMSTexInfo->indexMS, samples, &rt)); in getMultisampledRenderTarget()
|
D | TextureStorage11.h | 46 const gl::ImageIndex &indexMS); 57 gl::ImageIndex indexMS; member
|