Lines Matching refs:mipmap
194 // OpenGL expects a full mipmap stack to contain anisotropic space as well.
567 SkMipmap* mipmap;
573 mipmap = new SkMipmap(storageSize, dm);
575 mipmap = new SkMipmap(sk_malloc_throw(storageSize), storageSize);
579 mipmap->fCS = sk_ref_sp(src.info().colorSpace());
580 mipmap->fCount = countLevels;
581 mipmap->fLevels = (Level*)mipmap->writable_data();
582 SkASSERT(mipmap->fLevels);
584 Level* levels = mipmap->fLevels;
655 SkASSERT(mipmap->fLevels);
656 return mipmap;
664 // OpenGL's spec requires that each mipmap level have height/width equal to
666 // (or original_width) where i is the mipmap level.
702 // OpenGL's spec requires that each mipmap level have height/width equal to
704 // (or original_width) where i is the mipmap level.