Searched refs:sizeAt0 (Results 1 – 6 of 6) sorted by relevance
316 if (mSamples > 1 && (!mMSColorTexture || mMSColorTexture->sizeAt0() != size))335 if (mDepthFormat.valid() && (!mDepthTexture || mDepthTexture->sizeAt0() != size))343 if (mStencilFormat.valid() && (!mStencilTexture || mStencilTexture->sizeAt0() != size))746 if (!mColorTexture || mColorTexture->sizeAt0() != mSize)
106 return mNativeTexture ? mNativeTexture->sizeAt0() : gl::Extents(0, 0, 0);
619 if (imageToTransfer && imageToTransfer->sizeAt0() == actualMipSize &&1108 gl::Extents size = mNativeTexture->sizeAt0();1248 gl::Extents size = mNativeTexture->sizeAt0();1438 imageDef.formatID == mFormat.intendedFormatId && imageDef.image->sizeAt0() == size);1574 gl::Extents size = image->sizeAt0();1793 ASSERT(mtlArea.size.width == static_cast<unsigned int>(image->sizeAt0().width));1794 ASSERT(mtlArea.size.height == static_cast<unsigned int>(image->sizeAt0().height));2136 blitParams.dstTextureSize = image->sizeAt0();
228 gl::Extents sizeAt0() const { return size(kZeroNativeMipLevel); } in sizeAt0() function
421 clearParams.dstTextureSize = texture->sizeAt0();
2662 gl::Extents size = firstMipView->sizeAt0();