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

1 23 4 5 6

  /external/skia/src/gpu/vk/
GrVkResourceProvider.cpp 323 fActiveCommandBuffers[i]->unref(fGpu);
330 fAvailableCommandBuffers[i]->unref(fGpu);
337 fAvailableSecondaryCommandBuffers[i]->unref(fGpu);
343 fCopyPipelines[i]->unref(fGpu);
352 // Iterate through all store GrVkSamplers and unref them before resetting the hash.
355 (*iter).unref(fGpu);
374 fAvailableUniformBufferResources[i]->unref(fGpu);
477 fRenderPasses[i]->unref(gpu);
GrVkPipelineState.cpp 93 fSamplers[i]->unref(gpu);
98 fTextureViews[i]->unref(gpu);
103 fTextures[i]->unref(gpu);
108 fBufferViews[i]->unref(gpu);
113 fTexelBuffers[i]->unref(gpu);
120 fPipeline->unref(gpu);
GrVkDescriptorSetManager.cpp 85 fFreeSets[i]->unref(gpu);
245 fPool->unref(gpu);
290 fPool->unref(gpu);
GrVkBuffer.h 75 void onRecycle(GrVkGpu* gpu) const override { this->unref(gpu); }
GrVkGpuCommandBuffer.cpp 110 cbInfo.fCommandBuffers[j]->unref(fGpu);
112 cbInfo.fRenderPass->unref(fGpu);
214 oldRP->unref(fGpu);
324 oldRP->unref(fGpu);
GrVkImage.cpp 143 fResource->unref(gpu);
  /external/skia/src/core/
SkPictureData.cpp 125 fPictureRefs[i]->unref();
130 fDrawableRefs[i]->unref();
138 fTextBlobRefs[i]->unref();
143 fVerticesRefs[i]->unref();
148 fImageRefs[i]->unref();
536 (*array)[j]->unref();
SkRWBuffer.cpp 87 void unref() const { function in struct:SkBufferHead
141 fHead->unref();
201 fHead->unref();
SkFlattenable.cpp 46 ((SkRefCnt*)ptr)->unref();
SkMaskCache.cpp 68 tmpData->unref();
162 tmpData->unref();
SkMallocPixelRef.cpp 89 (static_cast<SkData*>(dataPtr))->unref();
  /external/skia/samplecode/
SampleCode.h 96 fFact->unref();
SampleHT.cpp 139 fArray[i].fDrawable->unref();
  /external/skia/src/codec/
SkStreamBuffer.cpp 19 fMarkedData.foreach([](size_t, SkData** data) { (*data)->unref(); });
  /external/skia/src/gpu/
GrWindowRectangles.h 107 fRec->unref();
GrBackendTextureImageGenerator.cpp 101 fRefHelper->unref();
114 refHelper->unref();
  /external/skia/experimental/DrawingBoard/
SampleDrawingClient.cpp 46 fPalette->unref();
224 p.setPathEffect(new SkCornerPathEffect(55))->unref();
  /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/src/gpu/text/
GrAtlasGlyphCache.cpp 86 (*iter).unref();
95 (*iter).unref();
117 strike->unref();
  /external/skia/bench/
GrResourceCacheBench.cpp 49 resource->unref();
  /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.
  /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
  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 48 mPicture->unref();
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat.c 13 #define MIXUNREF(obj, unref) if(obj) { unref(obj); obj = NULL; }
  /external/skia/tools/gpu/gl/debug/
DebugGLTestContext.cpp 57 // unref & delete the texture units first so they don't show up on the leak report
59 fTextureUnits[i]->unref();
    [all...]

Completed in 1131 milliseconds

1 23 4 5 6