Lines Matching refs:mipLevelCount
502 int mipLevelCount,
511 if (!mipLevelCount || !texels[0].fPixels) {
519 if (mipLevelCount > 1) {
540 SkASSERT(mipLevelCount <= (int)texImage->mipLevels());
545 mipLevelCount);
546 if (1 == mipLevelCount) {
925 int mipLevelCount) {
932 SkASSERT(mipLevelCount == 1 || rect == SkIRect::MakeSize(texImage->dimensions()));
936 SkASSERT(mipLevelCount == 1 || mipLevelCount == (int)texImage->mipLevels());
948 SkAutoTArray<GrMipLevel> texelsShallowCopy(mipLevelCount);
949 std::copy_n(texels, mipLevelCount, texelsShallowCopy.get());
953 if (mipLevelCount > 1) {
957 mipLevelCount);
983 SkTArray<VkBufferImageCopy> regions(mipLevelCount);
987 for (int currentMipLevel = 0; currentMipLevel < mipLevelCount; currentMipLevel++) {
1152 int mipLevelCount,
1157 SkASSERT(mipLevelCount > 0);
1162 mipLevelCount > 1 ? GrMipmapStatus::kDirty : GrMipmapStatus::kNotAllocated;
1167 this, budgeted, dimensions, pixelFormat, mipLevelCount, renderTargetSampleCnt,
1171 mipLevelCount, isProtected, mipmapStatus);