Searched refs:textureProxy (Results 1 – 7 of 7) sorted by relevance
81 GrTextureProxy* textureProxy = this->target(0)->asTextureProxy(); in makeClosed() local82 if (textureProxy && GrMipmapped::kYes == textureProxy->mipmapped()) { in makeClosed()83 textureProxy->markMipmapsDirty(); in makeClosed()170 GrTextureProxy* textureProxy = dependedOn->asTextureProxy(); in addDependency() local172 SkASSERT(textureProxy); in addDependency()173 if (GrMipmapped::kYes != textureProxy->mipmapped()) { in addDependency()177 } else if (textureProxy->mipmapsAreDirty()) { in addDependency()199 if (textureProxy && textureProxy->texPriv().isDeferred()) { in addDependency()200 SkASSERT(fTextureResolveTask->fDeferredProxies.back() == textureProxy); in addDependency()208 if (textureProxy) { in addDependency()[all …]
39 GrTextureProxy* textureProxy = proxy->asTextureProxy(); in addProxy() local40 SkASSERT(GrMipmapped::kYes == textureProxy->mipmapped()); in addProxy()41 SkASSERT(textureProxy->mipmapsAreDirty()); in addProxy()42 textureProxy->markMipmapsClean(); in addProxy()
32 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in GrTextureProxyPriv() argument
26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess() argument
499 if (auto* textureProxy = proxy->asTextureProxy()) { in resolve_and_mipmap() local500 if (textureProxy->mipmapsAreDirty()) { in resolve_and_mipmap()501 SkASSERT(textureProxy->peekTexture()); in resolve_and_mipmap()502 gpu->regenerateMipMapLevels(textureProxy->peekTexture()); in resolve_and_mipmap()503 textureProxy->markMipmapsClean(); in resolve_and_mipmap()
59 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } in textureProxy() function
33 const GrTextureProxy* atlasProxy() const { return fDynamicAtlas->textureProxy(); } in atlasProxy()