Home
last modified time | relevance | path

Searched defs:textureProxy (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrTextureResolveRenderTask.h19 GrTextureResolveRenderTask(sk_sp<GrTextureProxy> textureProxy, GrTextureResolveFlags flags) in GrTextureResolveRenderTask()
DGrTextureResolveRenderTask.cpp18 GrTextureProxy* textureProxy = textureProxyPtr.get(); in Make() local
DGrTextureContext.cpp20 sk_sp<GrTextureProxy> textureProxy, in GrTextureContext()
DGrTextureProxyPriv.h32 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in GrTextureProxyPriv()
DGrTextureProxyCacheAccess.h26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
DGrDrawingManager.cpp519 if (auto* textureProxy = proxies[i]->asTextureProxy()) { in flushSurfaces() local
661 sk_sp<GrTextureOpList> GrDrawingManager::newTextureOpList(sk_sp<GrTextureProxy> textureProxy) { in newTextureOpList()
683 sk_sp<GrTextureProxy> textureProxy, GrTextureResolveFlags flags, const GrCaps& caps) { in newTextureResolveRenderTask()
812 sk_sp<GrTextureProxy> textureProxy(sk_ref_sp(sProxy->asTextureProxy())); in makeTextureContext() local
DGrRenderTask.cpp75 GrTextureProxy* textureProxy = dependedOn->asTextureProxy(); in addDependency() local
DGrProcessorUnitTest.h69 sk_sp<GrTextureProxy> textureProxy(int index) { return fProxies[index]; } in textureProxy() function
DGrRenderTargetOpList.cpp359 if (GrTextureProxy* textureProxy = fTarget->asTextureProxy()) { in GrRenderTargetOpList() local
/third_party/skia/src/gpu/
DGrTextureProxyPriv.h32 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in GrTextureProxyPriv()
DGrTextureProxyCacheAccess.h26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
DGrRenderTask.cpp81 GrTextureProxy* textureProxy = this->target(0)->asTextureProxy(); in makeClosed() local
170 GrTextureProxy* textureProxy = dependedOn->asTextureProxy(); in addDependency() local
DGrTextureResolveRenderTask.cpp39 GrTextureProxy* textureProxy = proxy->asTextureProxy(); in addProxy() local
DGrDynamicAtlas.h59 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } in textureProxy() function
DGrDrawingManager.cpp499 if (auto* textureProxy = proxy->asTextureProxy()) { in resolve_and_mipmap() local
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCClipPath.cpp27 GrTextureProxy* textureProxy = fAtlas ? fAtlas->textureProxy() : nullptr; in init() local
DGrCCAtlas.h76 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } in textureProxy() function
/third_party/flutter/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp501 sk_sp<GrTextureProxy> textureProxy, in apply_morphology_pass()