HomeSort by relevance Sort by last modified time
    Searched refs:unref (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/skia/tools/gpu/gl/debug/
GrFrameBufferObj.cpp 19 fColorBuffer->unref();
38 fDepthBuffer->unref();
57 fStencilBuffer->unref();
GrProgramObj.cpp 22 fShaders[i]->unref();
GrTextureUnitObj.cpp 19 fTexture->unref();
GrFakeRefObj.h 38 void unref() { function in class:GrFakeRefObj
  /external/skia/src/views/
SkViewPriv.h 24 fLayout->unref();
39 fArtist->unref();
  /external/skia/bench/
RefCntBench.cpp 57 ref.unref();
92 ref->unref();
94 ref->unref();
118 ref->unref();
120 ref->unref();
146 ref.unref();
178 ref->unref();
180 ref->unref();
204 ref->unref();
206 ref->unref();
    [all...]
  /external/skia/src/gpu/
GrNonAtomicRef.h 39 void unref() const { function in class:GrNonAtomicRef
GrGpuResourceRef.cpp 26 fResource->unref();
48 fResource->unref();
125 fResource->unref();
168 fProxy->unref();
236 fProxy->unref();
GrProgramElement.h 57 void unref() const { function in class:GrProgramElement
  /external/skia/src/gpu/vk/
GrVkDescriptorSet.cpp 24 fPool->unref(gpu);
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...]
GrVkTextureRenderTarget.cpp 118 imageView->unref(gpu);
131 imageView->unref(gpu);
143 resolveAttachmentView->unref(gpu);
146 imageView->unref(gpu);
230 fResolveAttachmentView->unref(gpu);
241 fColorAttachmentView->unref(gpu);
GrVkRenderTarget.cpp 161 resolveAttachmentView->unref(gpu);
216 fFramebuffer->unref(gpu);
219 fCachedSimpleRenderPass->unref(gpu);
288 fResolveAttachmentView->unref(gpu);
292 fColorAttachmentView->unref(gpu);
296 fFramebuffer->unref(gpu);
300 fCachedSimpleRenderPass->unref(gpu);
GrVkTexture.cpp 122 fTextureView->unref(this->getVkGpu());
127 fLinearTextureView->unref(this->getVkGpu());
231 oldResource->unref(gpu);
232 oldView->unref(gpu);
234 fLinearTextureView->unref(gpu);
  /external/skia/src/core/
SkRefDict.cpp 51 rec->fData->unref();
55 rec->fData->unref();
83 rec->fData->unref();
SkPictureFlat.cpp 28 fArray[i]->unref();
  /external/kmod/tools/
remove.c 128 goto unref;
132 goto unref;
134 unref:
  /external/skia/tests/
CachedDataTest.cpp 51 data->unref();
57 data->unref();
85 data->unref();
90 data->unref();
MaskCacheTest.cpp 54 data->unref();
67 data->unref();
92 data->unref();
105 data->unref();
ResourceCacheTest.cpp 403 // Since the resources have neither unique nor scratch keys, delete immediately upon unref.
405 a->unref();
411 c->unref();
417 d->unref();
422 b->unref();
465 wrappedViaKey->unref();
489 wrapped->unref();
498 unique->unref();
508 scratch->unref();
518 wrapped->unref();
    [all...]
ProxyRefTest.cpp 163 proxy->unref();
164 proxy->unref();
183 proxy->unref();
  /external/skia/gm/
drawfilter.cpp 60 canvas->setDrawFilter(new TestFilter)->unref();
  /external/skia/tools/viewer/
SampleSlide.cpp 18 view->unref();
  /external/skia/include/core/
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/experimental/SimpleiOSApp/
SimpleApp.mm 73 fWind->attachChildToFront(new SkSampleView)->unref();

Completed in 571 milliseconds

1 2 3 4 5 6