Searched refs:unref (Results 1 - 25 of 360) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAddPathRenderers_default.cpp22 chain->addPathRenderer(SkNEW(GrStrokePathRenderer))->unref();
25 chain->addPathRenderer(SkNEW(GrAndroidPathRenderer))->unref();
28 chain->addPathRenderer(pr)->unref();
31 chain->addPathRenderer(pr)->unref();
33 chain->addPathRenderer(SkNEW(GrAAConvexPathRenderer))->unref();
H A DGrPaint.cpp15 this->addColorEffect(effect)->unref();
20 this->addCoverageEffect(effect)->unref();
27 this->addColorEffect(effect)->unref();
34 this->addCoverageEffect(effect)->unref();
/external/skia/src/gpu/
H A DGrAddPathRenderers_default.cpp22 chain->addPathRenderer(SkNEW(GrStrokePathRenderer))->unref();
25 chain->addPathRenderer(SkNEW(GrAndroidPathRenderer))->unref();
28 chain->addPathRenderer(pr)->unref();
31 chain->addPathRenderer(pr)->unref();
33 chain->addPathRenderer(SkNEW(GrAAConvexPathRenderer))->unref();
H A DGrPaint.cpp15 this->addColorEffect(effect)->unref();
20 this->addCoverageEffect(effect)->unref();
27 this->addColorEffect(effect)->unref();
34 this->addCoverageEffect(effect)->unref();
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrFrameBufferObj.cpp19 fColorBuffer->unref();
38 fDepthBuffer->unref();
57 fStencilBuffer->unref();
H A DGrProgramObj.cpp22 fShaders[i]->unref();
H A DGrTextureUnitObj.cpp19 fTexture->unref();
/external/skia/src/gpu/gl/debug/
H A DGrFrameBufferObj.cpp19 fColorBuffer->unref();
38 fDepthBuffer->unref();
57 fStencilBuffer->unref();
H A DGrProgramObj.cpp22 fShaders[i]->unref();
H A DGrTextureUnitObj.cpp19 fTexture->unref();
/external/chromium_org/third_party/skia/src/views/
H A DSkViewPriv.h25 fLayout->unref();
40 fArtist->unref();
/external/skia/src/views/
H A DSkViewPriv.h25 fLayout->unref();
40 fArtist->unref();
/external/chromium_org/third_party/skia/include/gpu/
H A DGrRefCnt.h28 obj->unref();
/external/skia/include/gpu/
H A DGrRefCnt.h28 obj->unref();
/external/skia/bench/
H A DRefCntBench.cpp33 ref.unref();
71 ref->unref();
73 ref->unref();
96 ref->unref();
98 ref->unref();
123 ref.unref();
154 ref->unref();
156 ref->unref();
179 ref->unref();
181 ref->unref();
[all...]
/external/skia/gm/
H A Ddisplacement.cpp85 SkDisplacementMapEffect::kG_ChannelSelectorType, 0.0f, displ)))->unref();
89 SkDisplacementMapEffect::kA_ChannelSelectorType, 16.0f, displ)))->unref();
93 SkDisplacementMapEffect::kB_ChannelSelectorType, 32.0f, displ)))->unref();
97 SkDisplacementMapEffect::kA_ChannelSelectorType, 48.0f, displ)))->unref();
101 SkDisplacementMapEffect::kA_ChannelSelectorType, 64.0f, displ)))->unref();
106 SkDisplacementMapEffect::kG_ChannelSelectorType, 40.0f, displ)))->unref();
110 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ)))->unref();
114 SkDisplacementMapEffect::kB_ChannelSelectorType, 40.0f, displ)))->unref();
118 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ)))->unref();
122 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ)))->unref();
[all...]
H A Dtinybitmap.cpp26 ctable->unref();
54 paint.setShader(s)->unref();
H A Dcolortype.cpp28 paint.setShader(s)->unref();
36 orig->unref();
40 fColorType->unref();
H A Dcomposeshader.cpp44 shaderA->unref();
45 shaderB->unref();
46 mode->unref();
/external/chromium_org/third_party/skia/src/core/
H A DSkImageFilterUtils.cpp19 result->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (texture)))->unref();
37 result->setPixelRef(new SkGrPixelRef(resultTex))->unref();
H A DSkRefDict.cpp52 rec->fData->unref();
56 rec->fData->unref();
84 rec->fData->unref();
/external/skia/src/core/
H A DSkImageFilterUtils.cpp19 result->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (texture)))->unref();
37 result->setPixelRef(new SkGrPixelRef(resultTex))->unref();
H A DSkRefDict.cpp52 rec->fData->unref();
56 rec->fData->unref();
84 rec->fData->unref();
/external/skia/tests/
H A DShaderOpacityTest.cpp22 shader->unref();
32 shader->unref();
40 shader->unref();
48 shader->unref();
69 grad->unref();
77 grad->unref();
85 grad->unref();
93 grad->unref();
H A DGrSurfaceTest.cpp58 texRT1->unref();
59 texRT2->unref();
60 tex1->unref();
61 externalTexRT->unref();

Completed in 1588 milliseconds

1234567891011>>