Searched refs:GrIORef (Results 1 – 1 of 1) sorted by relevance
47 template <typename DERIVED> class GrIORef : public SkNoncopyable {80 GrIORef() : fRefCnt(1), fPendingReads(0), fPendingWrites(0) { } in GrIORef() function140 class SK_API GrGpuResource : public GrIORef<GrGpuResource> {349 typedef GrIORef<GrGpuResource> INHERITED;350 friend class GrIORef<GrGpuResource>; // to access notifyAllCntsAreZero and notifyRefCntIsZero. variable