Searched refs:originalProxyRef (Results 1 – 2 of 2) sorted by relevance
54 sk_sp<GrTextureProxy> proxy = this->originalProxyRef(); in refTextureProxyCopy()81 sk_sp<GrTextureProxy> proxy = this->originalProxyRef(); in onRefTextureProxyForParams()110 return this->originalProxyRef(); in onRefTextureProxyForParams()
42 sk_sp<GrTextureProxy> originalProxyRef() const { return fOriginal; } in originalProxyRef() function