Home
last modified time | relevance | path

Searched refs:GrProxyRef (Results 1 – 3 of 3) sorted by relevance

/external/skqp/include/private/
DGrProxyRef.h19 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() function
29 ~GrProxyRef() { this->reset(); } in ~GrProxyRef()
148 using GrSurfaceProxyRef = GrProxyRef<GrSurfaceProxy>;
149 using GrTextureProxyRef = GrProxyRef<GrTextureProxy>;
DGrSurfaceProxy.h191 template <typename> friend class GrProxyRef;
/external/skqp/gn/
Dgpu.gni42 "$_include/private/GrProxyRef.h",