HomeSort by relevance Sort by last modified time
    Searched refs:unref (Results 151 - 175 of 380) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/gm/
shadertext2.cpp 28 SK_ARRAY_COUNT(kColors0), SkShader::kClamp_TileMode))->unref();
31 SK_ARRAY_COUNT(kColors1), SkShader::kClamp_TileMode))->unref();
143 &localMatrices[lm].fMatrix))->unref();
tilemodes.cpp 31 SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode))->unref();
38 paint->setShader(shader)->unref();
242 paint.setShader(fProc(gModes[kx], gModes[ky]))->unref();
tilemodes_scaled.cpp 31 SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode))->unref();
38 paint->setShader(shader)->unref();
246 paint.setShader(fProc(gModes[kx], gModes[ky]))->unref();
bigblurs.cpp 74 blurPaint.setMaskFilter(mf)->unref();
bigmatrix.cpp 63 paint.setShader(shader)->unref();
clippedbitmapshaders.cpp 89 paint.setShader(shader)->unref();
dashcircle.cpp 71 p.setPathEffect(SkDashPathEffect::Create(intervals, intervalCount, 0))->unref();
giantbitmap.cpp 109 paint.setShader(s)->unref();
imagealphathreshold.cpp 38 paint.setImageFilter(SkAlphaThresholdFilter::Create(region, 0.2f, 0.7f))->unref();
shallowgradient.cpp 65 paint.setShader(fProc(colors, colorCount, size))->unref();
  /external/skia/bench/
BlurBench.cpp 72 paint.setMaskFilter(mf)->unref();
CmapBench.cpp 80 fPaint.setTypeface(SkTypeface::RefDefault())->unref();
ColorCubeBench.cpp 71 shader->unref();
MergeBench.cpp 40 paint.setImageFilter(mergeBitmaps())->unref();
ShaderMaskBench.cpp 46 fPaint.setShader(new SkColorShader(isOpaque ? 0xFFFFFFFF : 0x80808080))->unref();
TileBench.cpp 57 fPaint.setShader(s)->unref();
  /external/skia/cmake/
example.cpp 43 // meaning we need to call ->unref() on them when done rather than delete them.
45 return std::shared_ptr<T>(ptr, [](T* p) { p->unref(); });
  /external/skia/include/gpu/
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/samplecode/
SampleDegenerateTwoPtRadials.cpp 34 paint.setShader(s)->unref();
  /external/skia/src/core/
SkFlattenable.cpp 46 ((SkRefCnt*)ptr)->unref();
  /external/skia/src/effects/
SkColorFilterImageFilter.cpp 55 fColorFilter->unref();
  /external/skia/src/gpu/vk/
GrVkImage.cpp 103 fResource->unref(gpu);
  /external/skia/src/utils/
SkMeshUtils.cpp 97 SkShader::kClamp_TileMode))->unref();
  /external/skia/src/views/
SkParsePaint.cpp 108 paint->setShader(shader)->unref();
  /external/skia/tests/
RecorderTest.cpp 61 paint.setShader(SkShader::CreateEmptyShader())->unref();

Completed in 4064 milliseconds

1 2 3 4 5 67 8 91011>>