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

  /external/skia/src/gpu/
GrNonAtomicRef.h 39 void unref() const { function in class:GrNonAtomicRef
GrProgramElement.h 57 void unref() const { function in class:GrProgramElement
  /external/skia/tools/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.
97 // until previous owners are all totally done calling unref().
104 Must be balanced by a call to unref() or unrefAndFreeResources().
116 void unref(const GrVkGpu* gpu) const { function in class:GrVkResource
127 /** Unref without freeing GPU data. Used only when we're abandoning the resource */
202 // decides not to recycle the objects, it is their responsibility to call unref on the object.
207 this->unref(gpu)
    [all...]
  /external/skia/include/core/
SkTypeface.h 121 unref() when they are done.
270 void unref() { delete this; } function in class:SkTypeface::LocalizedStrings
275 * It is the caller's responsibility to unref() the returned pointer.
SkRefCnt.h 23 When an owner wants to release its reference, it calls unref(). When the
24 shared object's reference count goes to zero as the result of an unref()
63 // until previous owners are all totally done calling unref().
69 /** Increment the reference count. Must be balanced by a call to unref().
81 void unref() const { function in class:SkRefCntBase
129 void deref() const { this->unref(); }
138 before unref(), in case the two pointers point to the same object.
152 if (old_dst) old_dst->unref(); \
165 if (dst) dst->unref(); \
189 /** Check if the argument is non-null, and if so, call obj->unref()
221 void unref() const { function in class:SkNVRefCnt
    [all...]
  /external/skia/src/core/
SkCachedData.h 28 void unref() const { this->internalUnref(false); } function in class:SkCachedData
SkRWBuffer.cpp 87 void unref() const { function in struct:SkBufferHead
141 fHead->unref();
201 fHead->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/harfbuzz_ng/src/
hb-ft.cc 77 bool unref; /* Whether to destroy ft_face when done. */ member in struct:hb_ft_font_t
81 _hb_ft_font_create (FT_Face ft_face, bool symbol, bool unref)
90 ft_font->unref = unref;
106 if (ft_font->unref)
436 _hb_ft_font_set_funcs (hb_font_t *font, FT_Face ft_face, bool unref)
476 _hb_ft_font_create (ft_face, symbol, unref),
  /external/skia/include/gpu/
GrGpuResource.h 25 * 1) Normal ref (+ by ref(), - by unref()): These are used by code that is issuing draw calls
37 * reaches 0 DERIVED::notifyRefCountIsZero() will be called. In the case when an unref() causes both
57 void unref() const { function in class:GrIORef
  /external/skia/include/private/
GrSurfaceProxy.h 41 void unref() const { function in class:GrIORefProxy
45 fTarget->unref();
83 // We don't unref 'fTarget' here since the 'unref' method will already
84 // have forwarded on the unref call that got use here.
  /external/skia/tests/
RefCntTest.cpp 18 ref->unref();
35 ref->unref();
42 ref->unref();
75 ref->unref();
90 #define check(reporter, ref, unref, make, kill) \
92 REPORTER_ASSERT(reporter, gUnrefCounter == unref); \
110 void unref() { function in class:Effect
399 rc->unref();
  /external/icu/icu4c/source/common/
serv.cpp 242 CacheEntry* unref() { function in class:CacheEntry
263 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundManager.java 480 public void unref() { method in class:BackgroundManager.BackgroundContinuityService
481 if (mCount <= 0) throw new IllegalStateException("Can't unref, count " + mCount);
707 mService.unref();
    [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp 91 LocalizationInfo* unref(void) { function in class:LocalizationInfo
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_winsys.h 365 bool (*unref)(struct radeon_winsys *ws); member in struct:radeon_winsys
  /external/protobuf/php/ext/google/protobuf/
upb.c 3379 static void unref(const upb_refcounted *r) { function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 3538 static void unref(const upb_refcounted *r) { function
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 1363 milliseconds