Lines Matching refs:mipLevelCount
186 int mipLevelCount,
192 this->uploadTextureData(srcColorType, texels, mipLevelCount, rect, texture->texture());
193 if (mipLevelCount < texture->maxMipmapLevel() + 1) {
227 int mipLevelCount,
239 mipLevelCount > 1 ? GrMipmapStatus::kDirty : GrMipmapStatus::kNotAllocated;
242 budgeted, mipLevelCount, mipmapStatus);
345 desc.mipLevelCount = numMipLevels;
352 info.fLevelCount = desc.mipLevelCount;
357 int mipLevelCount, const SkIRect& rect,
364 for (int i = 0; i < mipLevelCount; i++) {
520 info.fLevelCount = desc.mipLevelCount;
696 texDesc.mipLevelCount = levelCount - 1;
754 srcViewDesc.mipLevelCount = 1;
760 for (uint32_t mipLevel = 0; mipLevel < texDesc.mipLevelCount; mipLevel++) {
767 dstViewDesc.mipLevelCount = 1;