Home
last modified time | relevance | path

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

/third_party/skia/m133/src/gpu/graphite/task/
DUploadTask.cpp39 sk_sp<TextureProxy> textureProxy, in UploadInstance()
92 sk_sp<TextureProxy> textureProxy, in Make()
236 sk_sp<TextureProxy> textureProxy, in MakeCompressed()
418 sk_sp<TextureProxy> textureProxy, in recordUpload()
DCopyTask.cpp63 sk_sp<CopyTextureToBufferTask> CopyTextureToBufferTask::Make(sk_sp<TextureProxy> textureProxy, in Make()
78 CopyTextureToBufferTask::CopyTextureToBufferTask(sk_sp<TextureProxy> textureProxy, in CopyTextureToBufferTask()
/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.cpp525 if (auto* textureProxy = proxy->asTextureProxy()) { in resolve_and_mipmap() local
/third_party/skia/m133/src/gpu/ganesh/
DGrTextureProxyPriv.h35 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in GrTextureProxyPriv()
DGrTextureProxyCacheAccess.h32 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
DGrRenderTask.cpp91 GrTextureProxy* textureProxy = this->target(0)->asTextureProxy(); in makeClosed() local
181 GrTextureProxy* textureProxy = dependedOn->asTextureProxy(); in addDependency() local
DGrDynamicAtlas.h66 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } in textureProxy() function
DGrTextureResolveRenderTask.cpp63 GrTextureProxy* textureProxy = proxy->asTextureProxy(); in addProxy() local
DGrDrawingManager.cpp521 if (auto* textureProxy = proxy->asTextureProxy()) { in resolve_and_mipmap() local
/third_party/skia/m133/src/gpu/graphite/
DTextureProxy.cpp120 TextureProxy* textureProxy) { in InstantiateIfNotLazy()
129 TextureProxy* textureProxy) { in InstantiateIfNotLazy()
DTextureProxy.h143 AutoDeinstantiateTextureProxy(TextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in AutoDeinstantiateTextureProxy()
DContext.cpp852 const TextureProxy* textureProxy, in readPixels()
/third_party/skia/m133/src/gpu/graphite/geom/
DCoverageMaskShape.h93 const TextureProxy* textureProxy() const { return fTextureProxy; } in textureProxy() function
/third_party/skia/m133/tests/graphite/
DTextureProxyTest.cpp63 sk_sp<TextureProxy> textureProxy; in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
/third_party/skia/m133/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp206 TextureProxy* textureProxy = static_cast<Surface*>(targetSurface)->backingTextureProxy(); in prepareSurfaceForStateUpdate() local
405 for (const sk_sp<TextureProxy>& textureProxy : sampledTextureProxies) { in onAddRenderPass() local