Searched defs:mipCount (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/ |
D | GrTextureProducer.cpp | 236 int mipCount = SkMipMap::ComputeLevelCount(this->width(), this->height()); in refTextureProxyForParams() local 260 int mipCount = SkMipMap::ComputeLevelCount(this->width(), this->height()); in refTextureProxy() local
|
D | GrSurfaceProxy.cpp | 159 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createSurfaceImpl() local
|
D | GrProxyProvider.cpp | 388 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createProxy() local
|
/external/skia/src/gpu/ |
D | GrTextureProducer.cpp | 269 int mipCount = SkMipMap::ComputeLevelCount(this->width(), this->height()); in refTextureProxyForParams() local 293 int mipCount = SkMipMap::ComputeLevelCount(this->width(), this->height()); in refTextureProxy() local
|
D | GrSurfaceProxy.cpp | 156 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createSurfaceImpl() local
|
D | GrProxyProvider.cpp | 403 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createProxy() local
|
/external/skia/src/image/ |
D | SkImage_GpuYUVA.cpp | 90 int mipCount = SkMipMap::ComputeLevelCount(fProxies[i]->width(), fProxies[i]->height()); in setupMipmapsForPlanes() local
|
/external/skqp/src/image/ |
D | SkImage_GpuYUVA.cpp | 84 int mipCount = SkMipMap::ComputeLevelCount(fProxies[i]->width(), fProxies[i]->height()); in setupMipmapsForPlanes() local
|