Searched defs:mipCount (Results 1 – 7 of 7) sorted by relevance
236 int mipCount = SkMipMap::ComputeLevelCount(this->width(), this->height()); in refTextureProxyForParams() local260 int mipCount = SkMipMap::ComputeLevelCount(this->width(), this->height()); in refTextureProxy() local
159 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createSurfaceImpl() local
388 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createProxy() local
84 int mipCount = SkMipMap::ComputeLevelCount(fProxies[i]->width(), fProxies[i]->height()); in setupMipmapsForPlanes() local
168 const deUint32 mipCount = computeMipMapCount(extent) - 1; in computeImageSize() local
3735 const deUint32 mipCount = ut::computeMipMapCount(imageExtent); in createAndPopulateDescriptors() local3847 const deUint32 mipCount = ut::computeMipMapCount(imageExtent); in createAndPopulateDescriptors() local
417 int mipCount = SkMipmap::ComputeLevelCount(dimensions.fWidth, dimensions.fHeight) + 1; in createProxy() local