Home
last modified time | relevance | path

Searched refs:unref (Results 101 - 125 of 156) sorted by relevance

1234567

/third_party/skia/src/core/
H A DSkStrikeCache.h139 this->unref();
H A DSkBitmapCache.cpp257 mm->unref(); // balance our call to ref() in Finder()
260 // the call must call unref() when they are done. in Finder()
/third_party/skia/src/gpu/
H A DGrProcessorSet.cpp48 this->xferProcessor()->unref(); in ~GrProcessorSet()
H A DGrOpFlushState.cpp251 fGeomProcProxies[i]->unref(); in ~Draw()
H A DGrGpuResource.h47 void unref() const { in unref() function in GrIORef
H A DGrResourceCache.cpp102 fTexture->unref(); in ~TextureAwaitingUnref()
109 inline void GrResourceCache::TextureAwaitingUnref::unref() { in unref() function in GrResourceCache::TextureAwaitingUnref
111 fTexture->unref(); in unref()
1601 info->unref();
/third_party/skia/src/pdf/
H A DSkPDFSubsetFont.cpp31 data.release(), [](void* p){ ((SkData*)p)->unref(); })); in to_blob()
/third_party/skia/tools/
H A DDDLPromiseImageHelper.h72 callbackContext->unref(); in PromiseImageReleaseProc()
/third_party/skia/include/core/
H A DSkTypeface.h121 unref() when they are done.
294 void unref() { delete this; } in unref() function in SkTypeface::LocalizedStrings
303 * It is the caller's responsibility to unref() the returned pointer.
H A DSkString.h249 void unref() const;
/third_party/skia/bench/
H A DSKPBench.cpp34 fSurfaces[i]->unref(); in ~SKPBench()
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/
H A Dindex.js423 // unref() not supported on all platforms
425 if (t.unref) {
426 t.unref();
458 if (t.unref) {
459 t.unref();
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/
H A Dindex.js420 // unref() not supported on all platforms
422 if (t.unref) {
423 t.unref();
455 if (t.unref) {
456 t.unref();
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_property.c776 goto unref; in drm_mode_getblob_ioctl()
780 unref: in drm_mode_getblob_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_property.c773 goto unref; in drm_mode_getblob_ioctl()
777 unref: in drm_mode_getblob_ioctl()
/third_party/icu/icu4c/source/common/
H A Dserv.cpp243 CacheEntry* unref() { in unref() function in CacheEntry
264 U_NAMESPACE_USE ((CacheEntry*)obj)->unref(); in cacheDeleter()
/third_party/node/deps/icu-small/source/common/
H A Dserv.cpp243 CacheEntry* unref() { in unref() function in CacheEntry
264 U_NAMESPACE_USE ((CacheEntry*)obj)->unref(); in cacheDeleter()
/third_party/skia/third_party/externals/icu/source/common/
H A Dserv.cpp242 CacheEntry* unref() { in unref() function in CacheEntry
263 U_NAMESPACE_USE ((CacheEntry*)obj)->unref(); in cacheDeleter()
/third_party/node/test/report/
H A Dtest-report-uv-handles.js53 // us check we detect unref'd handles correctly.
54 timeout.unref();
/third_party/node/benchmark/
H A Dcommon.js319 }, 5000).unref();
/third_party/skia/src/gpu/vk/
H A DGrVkUniformHandler.cpp193 sampler.fImmutableSampler->unref(); in ~GrVkUniformHandler()
H A DGrVkGpu.cpp268 fMainCmdPool->unref(); in destroyResources()
273 fSemaphoresToWaitOn[i]->unref(); in destroyResources()
278 fSemaphoresToSignal[i]->unref(); in destroyResources()
434 fSemaphoresToWaitOn[i]->unref(); in submitCommandBuffer()
444 fSemaphoresToSignal[i]->unref(); in submitCommandBuffer()
449 fMainCmdPool->unref(); in submitCommandBuffer()
H A DGrVkOpsRenderPass.cpp402 fCurrentRenderPass->unref(); in reset()
554 fCurrentRenderPass->unref(); in addAdditionalRenderPass()
/third_party/skia/tools/gpu/
H A DGrContextFactory.cpp75 context.fGrContext->unref(); in destroyContexts()
/third_party/mesa3d/src/gallium/include/winsys/
H A Dradeon_winsys.h271 bool (*unref)(struct radeon_winsys *ws); member

Completed in 29 milliseconds

1234567