Searched refs:GrTextureProxyRef (Results 1 – 2 of 2) sorted by relevance
451 const GrTextureProxyRef* proxyRef() const { return &fProxyRef; } in proxyRef()454 GrTextureProxyRef fProxyRef;
149 using GrTextureProxyRef = GrProxyRef<GrTextureProxy>; variable