Searched refs:sizeAt0 (Results 1 – 6 of 6) sorted by relevance
352 if (mSamples > 1 && (!mMSColorTexture || mMSColorTexture->sizeAt0() != size))371 if (mDepthFormat.valid() && (!mDepthTexture || mDepthTexture->sizeAt0() != size))379 if (mStencilFormat.valid() && (!mStencilTexture || mStencilTexture->sizeAt0() != size))801 if (!mColorTexture || mColorTexture->sizeAt0() != mSize)
114 return mNativeTexture ? mNativeTexture->sizeAt0() : gl::Extents(0, 0, 0);
251 gl::Extents sizeAt0() const { return size(kZeroNativeMipLevel); } in sizeAt0() function
762 if (imageToTransfer && imageToTransfer->sizeAt0() == actualMipSize &&1667 imageDef.formatID == mFormat.intendedFormatId && imageDef.image->sizeAt0() == size);1803 gl::Extents size = image->sizeAt0();2021 ASSERT(mtlArea.size.width == static_cast<unsigned int>(image->sizeAt0().width));2022 ASSERT(mtlArea.size.height == static_cast<unsigned int>(image->sizeAt0().height));2368 blitParams.dstTextureSize = image->sizeAt0();
556 clearParams.dstTextureSize = texture->sizeAt0();
2513 gl::Extents size = firstMipView->sizeAt0();