Searched refs:GrIORefProxy (Results 1 – 3 of 3) sorted by relevance
32 class GrIORefProxy : public SkNoncopyable {142 GrIORefProxy() : fTarget(nullptr), fRefCnt(1), fPendingReads(0), fPendingWrites(0) {} in GrIORefProxy() function143 GrIORefProxy(sk_sp<GrSurface> surface) : fRefCnt(1), fPendingReads(0), fPendingWrites(0) { in GrIORefProxy() function148 virtual ~GrIORefProxy() { in ~GrIORefProxy()204 class GrSurfaceProxy : public GrIORefProxy {525 typedef GrIORefProxy INHERITED;
21 int32_t GrIORefProxy::getBackingRefCnt_TestOnly() const { in getBackingRefCnt_TestOnly()29 int32_t GrIORefProxy::getPendingReadCnt_TestOnly() const { in getPendingReadCnt_TestOnly()37 int32_t GrIORefProxy::getPendingWriteCnt_TestOnly() const { in getPendingWriteCnt_TestOnly()
96 friend class GrIORefProxy; // needs to forward on wrapped IO calls