Home
last modified time | relevance | path

Searched refs:mippedProxy (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrBitmapTextureMaker.cpp79 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(this->context(), proxy.get())) { in refOriginalTextureProxy() local
80 SkASSERT(mippedProxy->origin() == kTopLeft_GrSurfaceOrigin); in refOriginalTextureProxy()
90 proxyProvider->assignUniqueKeyToProxy(fOriginalKey, mippedProxy.get()); in refOriginalTextureProxy()
94 return mippedProxy; in refOriginalTextureProxy()
/third_party/flutter/skia/src/image/
DSkImage_GpuYUVA.cpp100 auto mippedProxy = GrCopyBaseMipMapToTextureProxy(context, fProxies[i].get()); in setupMipmapsForPlanes() local
101 if (!mippedProxy) { in setupMipmapsForPlanes()
104 fProxies[i] = mippedProxy; in setupMipmapsForPlanes()
182 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(context, proxy.get())) { in asMippedTextureProxyRef() local
183 fRGBProxy = mippedProxy; in asMippedTextureProxyRef()
184 return mippedProxy; in asMippedTextureProxyRef()
DSkImage_Lazy.cpp550 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(ctx, proxy.get())) { in lockTextureProxy() local
551 set_key_on_proxy(proxyProvider, mippedProxy.get(), proxy.get(), key); in lockTextureProxy()
552 return mippedProxy; in lockTextureProxy()
/third_party/skia/src/gpu/
DSkGr.cpp216 auto mippedProxy = GrCopyBaseMipMapToTextureProxy(rContext, proxy, kTopLeft_GrSurfaceOrigin); in GrMakeCachedBitmapProxyView() local
217 if (!mippedProxy) { in GrMakeCachedBitmapProxyView()
230 installKey(mippedProxy->asTextureProxy()); in GrMakeCachedBitmapProxyView()
231 return {{std::move(mippedProxy), kTopLeft_GrSurfaceOrigin, swizzle}, ct}; in GrMakeCachedBitmapProxyView()