Home
last modified time | relevance | path

Searched defs:mipCount (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/
DGrTextureProducer.cpp236 int mipCount = SkMipMap::ComputeLevelCount(this->width(), this->height()); in refTextureProxyForParams() local
260 int mipCount = SkMipMap::ComputeLevelCount(this->width(), this->height()); in refTextureProxy() local
DGrSurfaceProxy.cpp159 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createSurfaceImpl() local
DGrProxyProvider.cpp388 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createProxy() local
/external/skia/src/gpu/
DGrTextureProducer.cpp269 int mipCount = SkMipMap::ComputeLevelCount(this->width(), this->height()); in refTextureProxyForParams() local
293 int mipCount = SkMipMap::ComputeLevelCount(this->width(), this->height()); in refTextureProxy() local
DGrSurfaceProxy.cpp156 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createSurfaceImpl() local
DGrProxyProvider.cpp403 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createProxy() local
/external/skia/src/image/
DSkImage_GpuYUVA.cpp90 int mipCount = SkMipMap::ComputeLevelCount(fProxies[i]->width(), fProxies[i]->height()); in setupMipmapsForPlanes() local
/external/skqp/src/image/
DSkImage_GpuYUVA.cpp84 int mipCount = SkMipMap::ComputeLevelCount(fProxies[i]->width(), fProxies[i]->height()); in setupMipmapsForPlanes() local