Home
last modified time | relevance | path

Searched refs:hasNoCommandBufferUsages (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
H A DGrGpuResourceCacheAccess.h44 if (!fResource->hasRef() && fResource->hasNoCommandBufferUsages()) { in release()
55 if (!fResource->hasRef() && fResource->hasNoCommandBufferUsages()) { in abandon()
66 return this->hasRef() || !fResource->hasNoCommandBufferUsages(); in hasRefOrCommandBufferUsage()
H A DGrGpuResource.h60 SkASSERT(!this->hasNoCommandBufferUsages()); in removeCommandBufferUsage()
75 return SkToBool(this->hasNoCommandBufferUsages()); in internalHasNoCommandBufferUsages()
92 bool hasNoCommandBufferUsages() const { in hasNoCommandBufferUsages() function in GrIORef
95 // prevents code conditioned on the result of hasNoCommandBufferUsages() from running in hasNoCommandBufferUsages()
363 bool hasNoCommandBufferUsages() const;
H A DGrGpuResource.cpp112 this->hasNoCommandBufferUsages() && in isPurgeable()
118 bool GrGpuResource::hasNoCommandBufferUsages() const { in hasNoCommandBufferUsages() function in GrGpuResource
175 if (this->hasNoCommandBufferUsages() && !this->hasRef()) { in notifyARefCntIsZero()
H A DGrGpuResourcePriv.h74 return fResource->hasRef() || !fResource->hasNoCommandBufferUsages(); in hasRefOrCommandBufferUsage()

Completed in 3 milliseconds