Searched refs:mMSColorTexture (Results 1 – 2 of 2) sorted by relevance
132 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 …]
107 mtl::TextureRef mMSColorTexture; variable