Searched defs:GrPendingIOResource (Results 1 – 2 of 2) sorted by relevance
23 explicit GrPendingIOResource(T* resource) { this->reset(resource); } in GrPendingIOResource() function24 GrPendingIOResource(sk_sp<T> resource) { *this = std::move(resource); } in GrPendingIOResource() function25 GrPendingIOResource(const GrPendingIOResource& that) : GrPendingIOResource(that.get()) {} in GrPendingIOResource() function
136 template <typename, GrIOType> friend class GrPendingIOResource; variable