Searched refs:GrProxyRef (Results 1 – 3 of 3) sorted by relevance
19 template <typename T> class GrProxyRef {21 GrProxyRef() = default;22 GrProxyRef(const GrProxyRef&) = delete;23 GrProxyRef& operator=(const GrProxyRef&) = delete;27 GrProxyRef(sk_sp<T> proxy, GrIOType ioType) { this->setProxy(std::move(proxy), ioType); } in GrProxyRef() function29 ~GrProxyRef() { this->reset(); } in ~GrProxyRef()148 using GrSurfaceProxyRef = GrProxyRef<GrSurfaceProxy>;149 using GrTextureProxyRef = GrProxyRef<GrTextureProxy>;
191 template <typename> friend class GrProxyRef;
42 "$_include/private/GrProxyRef.h",