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

12 3 4 5 6

  /external/skia/samplecode/
SampleTextBox.cpp 54 tf0->unref();
55 tf1->unref();
SampleDash.cpp 32 paint->setShader(s)->unref();
  /external/skia/src/gpu/vk/
GrVkStencilAttachment.cpp 61 imageView->unref(gpu);
84 fStencilView->unref(gpu);
GrVkUniformBuffer.cpp 36 resource->unref(gpu);
101 this->unref(gpu);
GrVkIndexBuffer.cpp 33 bufferResource->unref(gpu);
GrVkSemaphore.cpp 49 fResource->unref(static_cast<const GrVkGpu*>(fGpu));
GrVkTexelBuffer.cpp 32 bufferResource->unref(gpu);
GrVkTransferBuffer.cpp 27 bufferResource->unref(gpu);
GrVkVertexBuffer.cpp 32 bufferResource->unref(gpu);
GrVkCopyManager.cpp 388 pipeline->unref(gpu);
389 uniformDS->unref(gpu);
390 samplerDS->unref(gpu);
391 sampler->unref(gpu);
392 renderPass->unref(gpu);
  /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();
YUVCacheTest.cpp 54 data->unref();
76 data->unref();
GrContextFactoryTest.cpp 95 info1.grContext()->unref();
116 info1.grContext()->unref();
SkResourceCacheTest.cpp 61 mm->unref();
66 mipmap->unref();
78 mipmap->unref();
89 SkMipMapCache::AddAndRef(src[i], colorMode, cache)->unref();
  /external/skia/src/core/
SkBigPicture.h 27 ~SnapshotArray() { for (int i = 0; i < fCount; i++) { fPics[i]->unref(); } }
SkCachedData.h 28 void unref() const { this->internalUnref(false); } function in class:SkCachedData
SkMultiPictureDraw.cpp 36 data[i].fPicture->unref();
SkYUVPlanesCache.cpp 63 tmpData->unref();
  /external/skia/src/gpu/
GrProcessorSet.cpp 61 fFragmentProcessors[i]->unref();
65 this->xferProcessor()->unref();
224 fFragmentProcessors[i]->unref();
229 fFragmentProcessors[i]->unref();
  /external/skia/tools/
UrlDataManager.cpp 39 urlData->unref();
  /external/skia/tools/viewer/sk_app/
GLWindowContext.cpp 61 fContext->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/skia/bench/
MipMapBench.cpp 47 SkMipMap::Build(fBitmap, fColorMode, nullptr)->unref();
  /external/skia/src/utils/mac/
SkStream_mac.cpp 20 ((SkRefCnt*)info)->unref();
  /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),

Completed in 390 milliseconds

12 3 4 5 6