Searched refs:fTextureProxy (Results 1 – 11 of 11) sorted by relevance
93 fTextureProxy = MakeLazyAtlasProxy( in reset()97 fTextureProxy->backingStoreDimensions(), in reset()122 return {fTextureProxy, kTextureOrigin, in readView()123 caps.getReadSwizzle(fTextureProxy->backendFormat(), fColorType)}; in readView()127 return {fTextureProxy, kTextureOrigin, in writeView()128 caps.getWriteSwizzle(fTextureProxy->backendFormat(), fColorType)}; in writeView()196 if (fTextureProxy->isFullyLazy()) { in instantiate()199 fTextureProxy->priv().setLazyDimensions(fDrawBounds); in instantiate()201 SkASSERT(fTextureProxy->dimensions() == fDrawBounds); in instantiate()207 SkASSERT(backingRT->backendFormat() == fTextureProxy->backendFormat()); in instantiate()[all …]
153 SkASSERT(!fTextureProxy->fDeferredUploader); in setDeferredUploader()154 fTextureProxy->fDeferredUploader = std::move(uploader); in setDeferredUploader()159 if (fTextureProxy->fDeferredUploader && fTextureProxy->isInstantiated()) { in scheduleUpload()160 fTextureProxy->fDeferredUploader->scheduleUpload(flushState, fTextureProxy); in scheduleUpload()165 SkASSERT(fTextureProxy->fDeferredUploader); in resetDeferredUploader()166 fTextureProxy->fDeferredUploader.reset(); in resetDeferredUploader()
19 fTextureProxy->setUniqueKey(proxyProvider, key); in setUniqueKey()23 fTextureProxy->clearUniqueKey(); in clearUniqueKey()26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()35 GrTextureProxy* fTextureProxy; variable
23 bool isDeferred() const { return SkToBool(fTextureProxy->fDeferredUploader.get()); } in isDeferred()32 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in GrTextureProxyPriv()41 GrTextureProxy* fTextureProxy; variable
59 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } in textureProxy()62 bool isInstantiated() const { return fTextureProxy->isInstantiated(); } in isInstantiated()94 sk_sp<GrTextureProxy> fTextureProxy; variable
40 if (fRenderPassDesc.fColorAttachment.fTextureProxy) { in addCommands()41 auto target = fRenderPassDesc.fColorAttachment.fTextureProxy; in addCommands()
31 if (colorInfo.fTextureProxy) { in beginRenderPass()32 this->trackResource(colorInfo.fTextureProxy->refTexture()); in beginRenderPass()
117 desc.fColorAttachment.fTextureProxy = sk_ref_sp(fDrawPasses[0]->target()); in snapRenderPassTask()
27 sk_sp<TextureProxy> fTextureProxy; member
92 if (colorInfo.fTextureProxy) {94 const Texture* colorTexture = (const Texture*)colorInfo.fTextureProxy->texture();
63 renderPassDesc.fColorAttachment.fTextureProxy = target; in DEF_GRAPHITE_TEST_FOR_CONTEXTS()