Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBitmapTextureMaker.cpp78 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(this->context(), proxy.get())) { in refOriginalTextureProxy() local
79 SkASSERT(mippedProxy->origin() == kTopLeft_GrSurfaceOrigin); in refOriginalTextureProxy()
89 proxyProvider->assignUniqueKeyToProxy(fOriginalKey, mippedProxy.get()); in refOriginalTextureProxy()
93 return mippedProxy; in refOriginalTextureProxy()
/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/image/
DSkImage_GpuYUVA.cpp95 auto mippedProxy = GrCopyBaseMipMapToTextureProxy(context, fProxies[i].get()); in setupMipmapsForPlanes() local
96 if (!mippedProxy) { in setupMipmapsForPlanes()
99 fProxies[i] = mippedProxy; in setupMipmapsForPlanes()
156 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(context, proxy.get())) { in asMippedTextureProxyRef() local
157 fRGBProxy = mippedProxy; in asMippedTextureProxyRef()
158 return mippedProxy; in asMippedTextureProxyRef()
DSkImage_Lazy.cpp489 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(ctx, proxy.get())) { in lockTextureProxy() local
490 set_key_on_proxy(proxyProvider, mippedProxy.get(), proxy.get(), key); in lockTextureProxy()
491 return mippedProxy; in lockTextureProxy()