HomeSort by relevance Sort by last modified time
    Searched defs:unref (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/include/gpu/
GrProgramElement.h 44 void unref() const { function in class:GrProgramElement
GrGpuResource.h 26 * 1) Normal ref (+ by ref(), - by unref()): These are used by code that is issuing draw calls
60 void unref() const { function in class:GrIORef
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrFakeRefObj.h 42 void unref() { function in class:GrFakeRefObj
  /external/chromium_org/third_party/skia/include/core/
SkRefCnt.h 22 When an owner wants to release its reference, it calls unref(). When the
23 shared object's reference count goes to zero as the result of an unref()
63 /** Increment the reference count. Must be balanced by a call to unref().
74 void unref() const { function in class:SkRefCntBase
135 before unref(), in case the two pointers point to the same object.
140 if (dst) dst->unref(); \
162 /** Check if the argument is non-null, and if so, call obj->unref()
166 obj->unref();
172 obj->unref();
180 * Utility class that simply unref's its argument in the destructor
    [all...]
SkTypeface.h 86 * Returns a ref() to the default typeface. The caller must call unref()
98 unref() when they are done.
110 unref() when they are done.
133 calling unref() when they are done with it.
244 void unref() { SkDELETE(this); } function in class:SkTypeface::LocalizedStrings
249 * It is the caller's responsibility to unref() the returned pointer.
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc 62 static void unref(ThreadState *thr, uptr pc, FdSync *s) { function in namespace:__tsan
98 unref(thr, pc, d->sync);
102 unref(thr, pc, s);
106 unref(thr, pc, s);
193 unref(thr, pc, d->sync);
222 unref(thr, pc, s);
  /external/chromium_org/third_party/icu/source/common/
serv.cpp 240 CacheEntry* unref() { function in class:CacheEntry
261 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
  /external/icu/icu4c/source/common/
serv.cpp 240 CacheEntry* unref() { function in class:CacheEntry
261 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
  /external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp 85 LocalizationInfo* unref(void) { function in class:LocalizationInfo
    [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp 88 LocalizationInfo* unref(void) { function in class:LocalizationInfo
    [all...]

Completed in 675 milliseconds