Searched refs:proxyRef (Results 1 – 4 of 4) sorted by relevance
18 sk_sp<GrSurfaceProxy> proxyRef, in addProxy() argument22 GrSurfaceProxy* proxy = proxyRef.get(); in addProxy()49 this->addTarget(drawingMgr, GrSurfaceProxyView(std::move(proxyRef))); in addProxy()
258 sk_sp<GrTextureProxy> proxyRef = this->asTextureProxyRef(); in onGetTexture() local259 if (!fContext->contextPriv().resourceProvider() && !proxyRef->isInstantiated()) { in onGetTexture()
451 const GrTextureProxyRef* proxyRef() const { return &fProxyRef; } in proxyRef() function
94 auto* ref = this->textureSampler(i).proxyRef(); in markPendingExecution()