Searched defs:unref (Results 1 - 13 of 13) sorted by relevance

/external/libdrm/tests/
H A Dgem_mmap.c77 struct drm_gem_close unref; local
125 unref.handle = handle;
126 ret = ioctl(fd, DRM_IOCTL_GEM_CLOSE, &unref);
/external/skia/include/gpu/
H A DGrProgramElement.h45 void unref() const { function in class:GrProgramElement
H A DGrGpuResource.h26 * 1) Normal ref (+ by ref(), - by unref()): These are used by code that is issuing draw calls
38 * reaches 0 DERIVED::notifyRefCountIsZero() will be called. In the case when an unref() causes both
60 void unref() const { function in class:GrIORef
/external/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h38 void unref() { function in class:GrFakeRefObj
/external/skia/include/core/
H A DSkRefCnt.h21 When an owner wants to release its reference, it calls unref(). When the
22 shared object's reference count goes to zero as the result of an unref()
56 // until previous owners are all totally done calling unref().
62 /** Increment the reference count. Must be balanced by a call to unref().
73 void unref() const { function in class:SkRefCntBase
133 before unref(), in case the two pointers point to the same object.
138 if (dst) dst->unref(); \
160 /** Check if the argument is non-null, and if so, call obj->unref()
164 obj->unref();
170 obj->unref();
240 void unref() const { function in class:SkNVRefCnt
[all...]
H A DSkTypeface.h98 * Returns a ref() to the default typeface. The caller must call unref()
110 unref() when they are done.
122 unref() when they are done.
149 calling unref() when they are done with it.
261 void unref() { SkDELETE(this); } function in class:SkTypeface::LocalizedStrings
266 * It is the caller's responsibility to unref() the returned pointer.
/external/skia/src/core/
H A DSkCachedData.h27 void unref() const { this->internalUnref(false); } function in class:SkCachedData
H A DSkRWBuffer.cpp82 void unref() const { function in struct:SkBufferHead
130 fHead->unref();
168 fHead->unref();
264 virtual ~SkROBufferStreamAsset() { fBuffer->unref(); }
/external/skia/src/pdf/
H A DSkPDFGraphicState.cpp151 template <typename T> void unref(T* ptr) { ptr->unref(); } function in namespace:__anon14062
157 unref<SkPDFObject>);
191 unref<SkPDFDict>);
H A DSkPDFShader.cpp694 template <typename T> void unref(T* ptr) { ptr->unref();} function in namespace:__anon14064
698 create_range_object, unref<SkPDFObject>);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cc63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { function in namespace:__tsan
99 unref(thr, pc, d->sync);
103 unref(thr, pc, s);
107 unref(thr, pc, s);
194 unref(thr, pc, d->sync);
223 unref(thr, pc, s);
/external/icu/icu4c/source/common/
H A Dserv.cpp240 CacheEntry* unref() { function in class:CacheEntry
261 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp89 LocalizationInfo* unref(void) { function in class:LocalizationInfo
1630 if (localizations) localizations = localizations->unref();

Completed in 548 milliseconds