Searched refs:hasRef (Results 1 – 16 of 16) sorted by relevance
44 if (!fResource->hasRef() && fResource->hasNoCommandBufferUsages()) { in release()54 if (!fResource->hasRef() && fResource->hasNoCommandBufferUsages()) { in abandon()63 bool hasRef() const { return fResource->hasRef(); } in hasRef() function65 return this->hasRef() || !fResource->hasNoCommandBufferUsages(); in hasRefOrCommandBufferUsage()
102 return !this->hasRef() && in isPurgeable()107 bool GrGpuResource::hasRef() const { return this->internalHasRef(); } in hasRef() function in GrGpuResource166 if (this->hasNoCommandBufferUsages() && !this->hasRef()) { in notifyARefCntIsZero()
74 return fResource->hasRef() || !fResource->hasNoCommandBufferUsages(); in hasRefOrCommandBufferUsage()
274 if (resource->cacheAccess().hasRef()) { in refResource()512 if (!resource->cacheAccess().hasRef() && !resource->getUniqueKey().isValid() && in didChangeBudgetStatus()928 SkASSERT(!resource->cacheAccess().hasRef()); in validate()934 uniqueKey.isValid() || resource->cacheAccess().hasRef()); in validate()
258 bool hasRef() const;
26 bool hasRef = false; in hasPublicRefAndDeref() local34 hasRef = true; in hasPublicRefAndDeref()36 if (hasRef) in hasPublicRefAndDeref()
53 var hasRef = 'ref' in action;56 var ref = hasRef ? action.ref : "anonymous_" + index + "_" + aIndex;79 } else if (hasRef) {
17 boolean hasRef(); in hasRef() method
130 public boolean hasRef() { in hasRef() method in Server304 result = result && (hasRef() == other.hasRef()); in equals()305 if (hasRef()) { in equals()327 if (hasRef()) { in hashCode()577 if (other.hasRef()) { in mergeFrom()647 public boolean hasRef() { in hasRef() method in Server.Builder
161 public boolean hasRef() { in hasRef() method in Socket441 result = result && (hasRef() == other.hasRef()); in equals()442 if (hasRef()) { in equals()479 if (hasRef()) { in hashCode()755 if (other.hasRef()) { in mergeFrom()811 public boolean hasRef() { in hasRef() method in Socket.Builder
155 public boolean hasRef() { in hasRef() method in Channel473 result = result && (hasRef() == other.hasRef()); in equals()474 if (hasRef()) { in equals()500 if (hasRef()) { in hashCode()789 if (other.hasRef()) { in mergeFrom()911 public boolean hasRef() { in hasRef() method in Channel.Builder
156 public boolean hasRef() { in hasRef() method in Subchannel474 result = result && (hasRef() == other.hasRef()); in equals()475 if (hasRef()) { in equals()501 if (hasRef()) { in hashCode()791 if (other.hasRef()) { in mergeFrom()913 public boolean hasRef() { in hasRef() method in Subchannel.Builder