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

  /external/skia/src/gpu/
GrNonAtomicRef.h 37 void unref() const { function in class:GrNonAtomicRef
  /external/skia/include/gpu/
GrProgramElement.h 61 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
38 * reaches 0 DERIVED::notifyRefCountIsZero() will be called. In the case when an unref() causes both
58 void unref() const { function in class:GrIORef
  /external/skia/src/gpu/gl/debug/
GrFakeRefObj.h 38 void unref() { function in class:GrFakeRefObj
  /external/skia/src/gpu/vk/
GrVkResource.h 26 When an owner wants to release its reference, it calls unref(). When the
27 shared object's reference count goes to zero as the result of an unref()
32 This is nearly identical to SkRefCntBase. The exceptions are that unref()
39 // Simple refCount tracing, to ensure that everything ref'ed is unref'ed.
77 // until previous owners are all totally done calling unref().
84 Must be balanced by a call to unref() or unrefAndFreeResources().
96 void unref(const GrVkGpu* gpu) const { function in class:GrVkResource
107 /** Unref without freeing GPU data. Used only when we're abandoning the resource */
  /frameworks/base/libs/hwui/hwui/
Typeface.cpp 74 font->Unref();
82 family->Unref();
158 void Typeface::unref() { function in class:android::Typeface
159 fFontCollection->Unref();
  /external/skia/include/core/
SkRefCnt.h 19 When an owner wants to release its reference, it calls unref(). When the
20 shared object's reference count goes to zero as the result of an unref()
52 // until previous owners are all totally done calling unref().
58 /** Increment the reference count. Must be balanced by a call to unref().
77 void unref() const { function in class:SkRefCntBase
137 before unref(), in case the two pointers point to the same object.
142 if (dst) dst->unref(); \
164 /** Check if the argument is non-null, and if so, call obj->unref()
168 obj->unref();
174 obj->unref();
218 void unref() const { function in class:SkNVRefCnt
    [all...]
SkTypeface.h 97 * Returns a ref() to the default typeface. The caller must call unref()
109 unref() when they are done.
121 unref() when they are done.
150 calling unref() when they are done with it.
262 void unref() { delete this; } function in class:SkTypeface::LocalizedStrings
267 * It is the caller's responsibility to unref() the returned pointer.
  /external/skia/src/core/
SkCachedData.h 28 void unref() const { this->internalUnref(false); } function in class:SkCachedData
SkRWBuffer.cpp 82 void unref() const { function in struct:SkBufferHead
130 fHead->unref();
172 fHead->unref();
267 virtual ~SkROBufferStreamAsset() { fBuffer->unref(); }
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc 63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { function in namespace:__tsan
100 unref(thr, pc, d->sync);
104 unref(thr, pc, s);
108 unref(thr, pc, s);
212 unref(thr, pc, d->sync);
241 unref(thr, pc, s);
  /external/dbus/test/internals/
refs.c 75 VoidFunc unref; member in struct:__anon10242
137 (thread->unref) (thread->thing);
157 (thread->unref) (thread->thing);
318 /* Destroy the connection. This should be the last-unref. */
397 /* Destroy the server. This should be the last-unref. */
447 /* Destroy the server. This should be the last-unref. */
471 /* This one can't be used to ref, only to cycle or unref. */
548 /* Destroy the pending call. This should be the last-unref. */
  /external/harfbuzz_ng/src/
hb-ft.cc 73 bool unref; /* Whether to destroy ft_face when done. */ member in struct:hb_ft_font_t
77 _hb_ft_font_create (FT_Face ft_face, bool unref)
85 ft_font->unref = unref;
95 if (ft_font->unref)
411 _hb_ft_font_set_funcs (hb_font_t *font, FT_Face ft_face, bool unref)
449 _hb_ft_font_create (ft_face, unref),
  /external/icu/icu4c/source/common/
serv.cpp 240 CacheEntry* unref() { function in class:CacheEntry
261 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundManager.java 533 public void unref() { method in class:BackgroundManager.BackgroundContinuityService
534 if (mCount <= 0) throw new IllegalStateException("Can't unref, count " + mCount);
854 mService.unref();
    [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp 89 LocalizationInfo* unref(void) { function in class:LocalizationInfo
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 2713 milliseconds