Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/metal/
DSurfaceMtl.mm132 mMSColorTexture = nullptr;
357 if (mSamples > 1 && (!mMSColorTexture || mMSColorTexture->sizeAt0() != size))
363 &mMSColorTexture));
368 mColorRenderTarget.setImplicitMSTexture(mMSColorTexture);
372 mColorRenderTarget.setTexture(mMSColorTexture);
409 ASSERT(mMSColorTexture);
420 context, encoder, mColorFormat.actualAngleFormat(), mMSColorTexture));
597 if (mMSColorTexture)
599 if (mMSColorTexture->isCPUReadMemNeedSync())
602 mMSColorTexture->resetCPUReadMemNeedSync();
[all …]
DSurfaceMtl.h107 mtl::TextureRef mMSColorTexture; variable