| /third_party/skia/m133/src/gpu/graphite/task/ |
| D | UploadTask.cpp | 39 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()
|
| D | CopyTask.cpp | 63 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/ |
| D | GrTextureProxyPriv.h | 32 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in GrTextureProxyPriv()
|
| D | GrTextureProxyCacheAccess.h | 26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
|
| D | GrRenderTask.cpp | 81 GrTextureProxy* textureProxy = this->target(0)->asTextureProxy(); in makeClosed() local 170 GrTextureProxy* textureProxy = dependedOn->asTextureProxy(); in addDependency() local
|
| D | GrTextureResolveRenderTask.cpp | 39 GrTextureProxy* textureProxy = proxy->asTextureProxy(); in addProxy() local
|
| D | GrDynamicAtlas.h | 59 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } in textureProxy() function
|
| D | GrDrawingManager.cpp | 525 if (auto* textureProxy = proxy->asTextureProxy()) { in resolve_and_mipmap() local
|
| /third_party/skia/m133/src/gpu/ganesh/ |
| D | GrTextureProxyPriv.h | 35 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in GrTextureProxyPriv()
|
| D | GrTextureProxyCacheAccess.h | 32 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
|
| D | GrRenderTask.cpp | 91 GrTextureProxy* textureProxy = this->target(0)->asTextureProxy(); in makeClosed() local 181 GrTextureProxy* textureProxy = dependedOn->asTextureProxy(); in addDependency() local
|
| D | GrDynamicAtlas.h | 66 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } in textureProxy() function
|
| D | GrTextureResolveRenderTask.cpp | 63 GrTextureProxy* textureProxy = proxy->asTextureProxy(); in addProxy() local
|
| D | GrDrawingManager.cpp | 521 if (auto* textureProxy = proxy->asTextureProxy()) { in resolve_and_mipmap() local
|
| /third_party/skia/m133/src/gpu/graphite/ |
| D | TextureProxy.cpp | 120 TextureProxy* textureProxy) { in InstantiateIfNotLazy() 129 TextureProxy* textureProxy) { in InstantiateIfNotLazy()
|
| D | TextureProxy.h | 143 AutoDeinstantiateTextureProxy(TextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in AutoDeinstantiateTextureProxy()
|
| D | Context.cpp | 852 const TextureProxy* textureProxy, in readPixels()
|
| /third_party/skia/m133/src/gpu/graphite/geom/ |
| D | CoverageMaskShape.h | 93 const TextureProxy* textureProxy() const { return fTextureProxy; } in textureProxy() function
|
| /third_party/skia/m133/tests/graphite/ |
| D | TextureProxyTest.cpp | 63 sk_sp<TextureProxy> textureProxy; in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
|
| /third_party/skia/m133/src/gpu/graphite/vk/ |
| D | VulkanCommandBuffer.cpp | 206 TextureProxy* textureProxy = static_cast<Surface*>(targetSurface)->backingTextureProxy(); in prepareSurfaceForStateUpdate() local 405 for (const sk_sp<TextureProxy>& textureProxy : sampledTextureProxies) { in onAddRenderPass() local
|