Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrBitmapTextureMaker.cpp77 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(this->context(), proxy.get())) { in refOriginalTextureProxy() local
78 SkASSERT(mippedProxy->origin() == kTopLeft_GrSurfaceOrigin); in refOriginalTextureProxy()
88 proxyProvider->assignUniqueKeyToProxy(fOriginalKey, mippedProxy.get()); in refOriginalTextureProxy()
92 return mippedProxy; in refOriginalTextureProxy()
/external/skqp/src/image/
DSkImage_GpuYUVA.cpp89 auto mippedProxy = GrCopyBaseMipMapToTextureProxy(fContext.get(), fProxies[i].get()); in setupMipmapsForPlanes() local
90 if (!mippedProxy) { in setupMipmapsForPlanes()
93 fProxies[i] = mippedProxy; in setupMipmapsForPlanes()
135 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(fContext.get(), proxy.get())) { in asMippedTextureProxyRef() local
136 fRGBProxy = mippedProxy; in asMippedTextureProxyRef()
137 return mippedProxy; in asMippedTextureProxyRef()
DSkImage_Lazy.cpp486 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(ctx, proxy.get())) { in lockTextureProxy() local
487 set_key_on_proxy(proxyProvider, mippedProxy.get(), proxy.get(), key); in lockTextureProxy()
488 return mippedProxy; in lockTextureProxy()
/external/skia/src/gpu/
DSkGr.cpp214 auto mippedProxy = GrCopyBaseMipMapToTextureProxy(rContext, proxy, kTopLeft_GrSurfaceOrigin); in GrMakeCachedBitmapProxyView() local
215 if (!mippedProxy) { in GrMakeCachedBitmapProxyView()
228 installKey(mippedProxy->asTextureProxy()); in GrMakeCachedBitmapProxyView()
229 return {{std::move(mippedProxy), kTopLeft_GrSurfaceOrigin, swizzle}, ct}; in GrMakeCachedBitmapProxyView()