Lines Matching refs:mTexture
31 mTexture = nullptr;
43 if (mTexture != nullptr && mTexture->valid())
75 if ((mTexture == nullptr || !mTexture->valid()) && (width != 0 && height != 0))
82 /* allowFormatView */ mFormat.hasDepthAndStencilBits(), &mTexture));
105 /* allowFormatView */ mFormat.hasDepthAndStencilBits(), &mTexture));
108 mRenderTarget.setWithImplicitMSTexture(mTexture, mImplicitMSTexture,
127 ANGLE_TRY(mtl::InitializeTextureContents(context, mTexture, mFormat,
149 context, mTexture, mFormat, mtl::ImageNativeIndex(index, 0)));
188 mTexture = imageMtl->getTexture();
194 mRenderTarget.set(mTexture, mtl::kZeroNativeMipLevel, 0, mFormat);
205 ASSERT(mTexture && mTexture->valid());
215 context, mTexture, mFormat, mtl::ImageNativeIndex::FromBaseZeroGLIndex(imageIndex));
218 context, mTexture, mFormat,