Home
last modified time | relevance | path

Searched defs:GrPendingIOResource (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrPendingIOResource.h23 explicit GrPendingIOResource(T* resource) { this->reset(resource); } in GrPendingIOResource() function
24 GrPendingIOResource(sk_sp<T> resource) { *this = std::move(resource); } in GrPendingIOResource() function
25 GrPendingIOResource(const GrPendingIOResource& that) : GrPendingIOResource(that.get()) {} in GrPendingIOResource() function
/external/skqp/include/gpu/
DGrGpuResource.h136 template <typename, GrIOType> friend class GrPendingIOResource; variable