Home
last modified time | relevance | path

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

/external/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
168 GrTextureProxy* textureProxy = dependedOn->asTextureProxy(); in addDependency() local
DGrTextureResolveRenderTask.cpp39 GrTextureProxy* textureProxy = proxy->asTextureProxy(); in addProxy() local
DGrDynamicAtlas.h58 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } in textureProxy() function
DGrOnFlushResourceProvider.cpp47 void GrOnFlushResourceProvider::addTextureResolveTask(sk_sp<GrTextureProxy> textureProxy, in addTextureResolveTask()
DGrDrawingManager.cpp483 if (auto* textureProxy = proxy->asTextureProxy()) { in resolve_and_mipmap() local
/external/skqp/src/gpu/
DGrTextureProxyPriv.h32 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in GrTextureProxyPriv()
DGrTextureContext.cpp22 sk_sp<GrTextureProxy> textureProxy, in GrTextureContext()
DGrTextureProxyCacheAccess.h26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
DGrDrawingManager.cpp605 sk_sp<GrTextureOpList> GrDrawingManager::newTextureOpList(GrTextureProxy* textureProxy) { in newTextureOpList()
743 sk_sp<GrTextureProxy> textureProxy(sk_ref_sp(sProxy->asTextureProxy())); in makeTextureContext() local
DGrOpList.cpp122 if (GrTextureProxy* textureProxy = dependedOn->asTextureProxy()) { in addDependency() local
DGrProcessorUnitTest.h69 sk_sp<GrTextureProxy> textureProxy(int index) { return fProxies[index]; } in textureProxy() function
/external/skqp/src/gpu/ccpr/
DGrCCClipPath.cpp30 GrTextureProxy* textureProxy = fAtlas ? fAtlas->textureProxy() : nullptr; in init() local
DGrCCAtlas.h57 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } in textureProxy() function
/external/skqp/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp419 sk_sp<GrTextureProxy> textureProxy, in apply_morphology_pass()