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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/gpu/
GrPathRendererChain.cpp 30 this->addPathRenderer(new GrDashLinePathRenderer)->unref();
34 this->addPathRenderer(pr)->unref();
36 this->addPathRenderer(new GrTessellatingPathRenderer)->unref();
37 this->addPathRenderer(new GrAAHairLinePathRenderer)->unref();
38 this->addPathRenderer(new GrAAConvexPathRenderer)->unref();
39 this->addPathRenderer(new GrAALinearizingConvexPathRenderer)->unref();
41 this->addPathRenderer(new GrPLSPathRenderer)->unref();
43 this->addPathRenderer(new GrAADistanceFieldPathRenderer)->unref();
45 caps.stencilWrapOpsSupport()))->unref();
50 fChain[i]->unref();
    [all...]
GrPaint.cpp 25 this->addColorFragmentProcessor(GrSimpleTextureEffect::Create(texture, matrix))->unref();
29 this->addCoverageFragmentProcessor(GrSimpleTextureEffect::Create(texture, matrix))->unref();
36 matrix, params))->unref();
43 matrix, params))->unref();
GrNonAtomicRef.h 37 void unref() const { function in class:GrNonAtomicRef
GrPipelineBuilder.cpp 67 fPipelineBuilder->fColorFragmentProcessors.fromBack(i)->unref();
74 fPipelineBuilder->fCoverageFragmentProcessors.fromBack(i)->unref();
92 fColorFragmentProcessors[i]->unref();
95 fCoverageFragmentProcessors[i]->unref();
GrGpuResourceRef.cpp 26 fResource->unref();
48 fResource->unref();
115 fResource->unref();
  /external/skia/gm/
displacement.cpp 63 SkDisplacementMapEffect::kG_ChannelSelectorType, 0.0f, displ))->unref();
67 SkDisplacementMapEffect::kA_ChannelSelectorType, 16.0f, displ))->unref();
71 SkDisplacementMapEffect::kB_ChannelSelectorType, 32.0f, displ))->unref();
75 SkDisplacementMapEffect::kA_ChannelSelectorType, 48.0f, displ))->unref();
79 SkDisplacementMapEffect::kA_ChannelSelectorType, 64.0f, displ))->unref();
84 SkDisplacementMapEffect::kG_ChannelSelectorType, 40.0f, displ))->unref();
88 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ))->unref();
92 SkDisplacementMapEffect::kB_ChannelSelectorType, 40.0f, displ))->unref();
96 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ))->unref();
100 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ))->unref();
    [all...]
avoidxfermode2.cpp 40 SkAvoidXfermode::kTargetColor_Mode))->unref();
51 SkAvoidXfermode::kAvoidColor_Mode))->unref();
62 SkAvoidXfermode::kTargetColor_Mode))->unref();
73 SkAvoidXfermode::kAvoidColor_Mode))->unref();
bug530095.cpp 23 paint.setPathEffect(SkDashPathEffect::Create(intervals, intervalCount, -40))->unref();
29 paint.setPathEffect(SkDashPathEffect::Create(smIntervals, smIntervalCount, -0.40f))->unref();
37 paint.setPathEffect(SkDashPathEffect::Create(intervals, intervalCount, 0))->unref();
44 paint.setPathEffect(SkDashPathEffect::Create(smIntervals, smIntervalCount, 0))->unref();
avoidxfermode.cpp 53 SkAvoidXfermode::kTargetColor_Mode))->unref();
64 SkAvoidXfermode::kAvoidColor_Mode))->unref();
75 SkAvoidXfermode::kTargetColor_Mode))->unref();
86 SkAvoidXfermode::kAvoidColor_Mode))->unref();
avoidxfermode3.cpp 43 SkAvoidXfermode::kTargetColor_Mode))->unref();
55 SkAvoidXfermode::kAvoidColor_Mode))->unref();
67 SkAvoidXfermode::kTargetColor_Mode))->unref();
79 SkAvoidXfermode::kAvoidColor_Mode))->unref();
pixelxorxfermode.cpp 52 p1.setXfermode(SkPixelXorXfermode::Create(0x7FFF0000))->unref();
61 p2.setXfermode(SkPixelXorXfermode::Create(SK_ColorBLACK))->unref(); // noop
70 p3.setXfermode(SkPixelXorXfermode::Create(SK_ColorBLACK))->unref(); // noop
80 p4.setXfermode(SkPixelXorXfermode::Create(SK_ColorYELLOW))->unref();
  /external/skia/src/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();
  /external/skia/include/core/
SkRefCnt.h 19 When an owner wants to release its reference, it calls unref(). When the
20 shared object's reference count goes to zero as the result of an unref()
52 // until previous owners are all totally done calling unref().
58 /** Increment the reference count. Must be balanced by a call to unref().
77 void unref() const { function in class:SkRefCntBase
137 before unref(), in case the two pointers point to the same object.
151 if (old_dst) old_dst->unref(); \
164 if (dst) dst->unref(); \
188 /** Check if the argument is non-null, and if so, call obj->unref()
192 obj->unref();
242 void unref() const { function in class:SkNVRefCnt
    [all...]
  /external/skia/src/views/
SkViewPriv.h 25 fLayout->unref();
40 fArtist->unref();
  /external/skia/src/gpu/text/
GrTextBlobCache.cpp 19 blob->unref();
  /external/skia/bench/
RefCntBench.cpp 81 ref.unref();
116 ref->unref();
118 ref->unref();
142 ref->unref();
144 ref->unref();
170 ref.unref();
202 ref->unref();
204 ref->unref();
228 ref->unref();
230 ref->unref();
    [all...]
  /external/skia/samplecode/
SampleEmboss.cpp 56 SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(4)), fLight))->unref();
57 paint.setShader(new SkColorShader(SK_ColorBLUE))->unref();
SamplePathEffects.cpp 49 outer->unref();
50 inner->unref();
67 outer->unref();
68 inner->unref();
146 paint.setPathEffect(make_pe(2, fPhase))->unref();
152 paint.setPathEffect(make_pe(3, fPhase))->unref();
158 paint.setPathEffect(make_warp_pe(fPhase))->unref();
160 paint.setRasterizer(testRastBuilder.detachRasterizer())->unref();
  /external/skia/src/gpu/vk/
GrVkTextureRenderTarget.cpp 55 imageView->unref(gpu);
71 msaaImageResource->unref(gpu);
72 imageView->unref(gpu);
93 resolveAttachmentView->unref(gpu);
94 msaaImageResource->unref(gpu);
96 imageView->unref(gpu);
107 msaaImageResource->unref(gpu);
133 imageRsrc->unref(gpu);
146 // Note: we assume the caller will unref the imageResource
147 // Create() will increment the refCount, and we'll unref when we're done with i
    [all...]
  /external/skia/tests/
PictureShaderTest.cpp 27 paint.setShader(shader)->unref();
38 paint.setShader(shader)->unref();
ShaderOpacityTest.cpp 24 shader->unref();
34 shader->unref();
42 shader->unref();
50 shader->unref();
71 grad->unref();
79 grad->unref();
87 grad->unref();
95 grad->unref();
RefCntTest.cpp 18 ref->unref();
35 ref->unref();
42 ref->unref();
75 ref->unref();
  /external/skia/src/core/
SkRefDict.cpp 52 rec->fData->unref();
56 rec->fData->unref();
84 rec->fData->unref();

Completed in 355 milliseconds

1 2 3 4 5 6 7 8 91011>>