Home
last modified time | relevance | path

Searched refs:hasRef (Results 1 - 12 of 12) 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()
64 bool hasRef() const { return fResource->hasRef(); } in hasRef() function in GrGpuResource::CacheAccess
66 return this->hasRef() || !fResource->hasNoCommandBufferUsages(); in hasRefOrCommandBufferUsage()
H A DGrGpuResource.cpp111 return !this->hasRef() && in isPurgeable()
116 bool GrGpuResource::hasRef() const { return this->internalHasRef(); } in hasRef() function in GrGpuResource
175 if (this->hasNoCommandBufferUsages() && !this->hasRef()) { in notifyARefCntIsZero()
H A DGrGpuResourcePriv.h74 return fResource->hasRef() || !fResource->hasNoCommandBufferUsages(); in hasRefOrCommandBufferUsage()
H A DGrGpuResource.h362 bool hasRef() const;
H A DGrResourceCache.cpp920 if (resource->cacheAccess().hasRef()) { in refResource()
1172 if (!resource->cacheAccess().hasRef() && !resource->getUniqueKey().isValid() && in didChangeBudgetStatus()
1805 SkASSERT(!resource->cacheAccess().hasRef());
1811 uniqueKey.isValid() || resource->cacheAccess().hasRef());
/third_party/node/test/parallel/
H A Dtest-timers-immediate-unref.js7 assert.strictEqual(immediate.hasRef(), true);
9 assert.strictEqual(immediate.hasRef(), false);
H A Dtest-worker-messageport-hasref.js25 if (typeof resource.hasRef !== 'function' || resource.hasRef() === true) {
H A Dtest-http2-socket-proxy.js82 assert.strictEqual(socket._handle.hasRef(), false);
84 assert.strictEqual(socket._handle.hasRef(), true);
/third_party/skia/experimental/docs/
H A DanimationCommon.js53 var hasRef = 'ref' in action;
56 var ref = hasRef ? action.ref : "anonymous_" + index + "_" + aIndex;
79 } else if (hasRef) {
/third_party/node/lib/internal/worker/
H A Dio.js118 MessagePort.prototype.hasRef = function() {
119 return !!FunctionPrototypeCall(MessagePortPrototype.hasRef, this);
280 ref = FunctionPrototypeCall(MessagePortPrototype.hasRef, this);
/third_party/node/lib/internal/
H A Dtimers.js239 hasRef() {
646 hasRef() {
/third_party/node/lib/
H A Ddgram.js190 if (!oldHandle.hasRef() && typeof newHandle.unref === 'function') {

Completed in 8 milliseconds