/external/chromium_org/third_party/skia/src/gpu/ |
GrAddPathRenderers_default.cpp | 22 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();
|
/external/skia/src/gpu/ |
GrAddPathRenderers_default.cpp | 22 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();
|
/external/skia/gm/ |
displacement.cpp | 93 SkDisplacementMapEffect::kG_ChannelSelectorType, 0.0f, displ)))->unref(); 97 SkDisplacementMapEffect::kA_ChannelSelectorType, 16.0f, displ)))->unref(); 101 SkDisplacementMapEffect::kB_ChannelSelectorType, 32.0f, displ)))->unref(); 105 SkDisplacementMapEffect::kA_ChannelSelectorType, 48.0f, displ)))->unref(); 109 SkDisplacementMapEffect::kA_ChannelSelectorType, 64.0f, displ)))->unref(); 114 SkDisplacementMapEffect::kG_ChannelSelectorType, 40.0f, displ)))->unref(); 118 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ)))->unref(); 122 SkDisplacementMapEffect::kB_ChannelSelectorType, 40.0f, displ)))->unref(); 126 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ)))->unref(); 130 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ)))->unref(); [all...] |
colortype.cpp | 28 paint.setShader(s)->unref(); 36 orig->unref(); 40 fColorType->unref();
|
composeshader.cpp | 44 shaderA->unref(); 45 shaderB->unref(); 46 mode->unref();
|
/external/chromium_org/third_party/skia/src/views/ |
SkViewPriv.h | 25 fLayout->unref(); 40 fArtist->unref();
|
/external/skia/src/views/ |
SkViewPriv.h | 25 fLayout->unref(); 40 fArtist->unref();
|
/external/chromium_org/third_party/skia/src/core/ |
SkRefDict.h | 32 * prev_data->unref() on the data for the matching entry. 34 * call (prev_data->unref()), or add a new one. In either case, 40 * Remove the matching entry (if found) and unref its data. 45 * Remove all entries, and unref() their associated data.
|
SkRefDict.cpp | 52 rec->fData->unref(); 56 rec->fData->unref(); 84 rec->fData->unref();
|
/external/skia/src/core/ |
SkRefDict.h | 32 * prev_data->unref() on the data for the matching entry. 34 * call (prev_data->unref()), or add a new one. In either case, 40 * Remove the matching entry (if found) and unref its data. 45 * Remove all entries, and unref() their associated data.
|
SkRefDict.cpp | 52 rec->fData->unref(); 56 rec->fData->unref(); 84 rec->fData->unref();
|
/external/skia/bench/ |
RefCntBench.cpp | 33 ref.unref(); 70 ref->unref(); 72 ref->unref(); 96 ref->unref(); 98 ref->unref(); 124 ref.unref(); 156 ref->unref(); 158 ref->unref(); 182 ref->unref(); 184 ref->unref(); [all...] |
/external/skia/tests/ |
ShaderOpacityTest.cpp | 23 shader->unref(); 33 shader->unref(); 41 shader->unref(); 49 shader->unref(); 70 grad->unref(); 78 grad->unref(); 86 grad->unref(); 94 grad->unref();
|
GrSurfaceTest.cpp | 58 texRT1->unref(); 59 texRT2->unref(); 60 tex1->unref(); 61 externalTexRT->unref();
|
/external/chromium_org/skia/config/ |
sk_ref_cnt_ext_release.h | 15 void deref() const { SkRefCntBase::unref(); }
|
/external/chromium_org/third_party/skia/include/core/ |
SkRefCnt.h | 21 When an owner wants to release its reference, it calls unref(). When the 22 shared object's reference count goes to zero as the result of an unref() 60 /** Increment the reference count. Must be balanced by a call to unref(). 71 void unref() const { function in class:SkRefCntBase 133 before unref(), in case the two pointers point to the same object. 138 if (dst) dst->unref(); \ 160 /** Check if the argument is non-null, and if so, call obj->unref() 164 obj->unref(); 170 obj->unref(); 178 * Utility class that simply unref's its argument in the destructor [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/debug/ |
GrTextureUnitObj.cpp | 19 fTexture->unref();
|
GrFrameBufferObj.cpp | 19 fColorBuffer->unref(); 38 fDepthBuffer->unref(); 57 fStencilBuffer->unref();
|
GrDebugGL.cpp | 56 // unref & delete the texture units first so they don't show up on the leak report 58 fTextureUnits[i]->unref(); 99 fArrayBuffer->unref(); 127 fElementArrayBuffer->unref(); 151 fFrameBuffer->unref(); 171 fRenderBuffer->unref(); 191 fProgram->unref();
|
/external/skia/include/core/ |
SkRefCnt.h | 21 When an owner wants to release its reference, it calls unref(). When the 22 shared object's reference count goes to zero as the result of an unref() 60 /** Increment the reference count. Must be balanced by a call to unref(). 71 void unref() const { function in class:SkRefCntBase 133 before unref(), in case the two pointers point to the same object. 138 if (dst) dst->unref(); \ 160 /** Check if the argument is non-null, and if so, call obj->unref() 164 obj->unref(); 170 obj->unref(); 178 * Utility class that simply unref's its argument in the destructor [all...] |
/external/skia/include/ports/ |
SkRefCnt_android.h | 19 void deref() const { SkRefCntBase::unref(); }
|
/external/skia/src/gpu/gl/debug/ |
GrTextureUnitObj.cpp | 19 fTexture->unref();
|
GrFrameBufferObj.cpp | 19 fColorBuffer->unref(); 38 fDepthBuffer->unref(); 57 fStencilBuffer->unref();
|
/external/chromium_org/third_party/skia/src/utils/mac/ |
SkStream_mac.cpp | 15 ((SkRefCnt*)info)->unref(); 36 ((SkStream*)info)->unref(); 40 stream->ref(); // unref will be called when the provider is deleted
|
/external/skia/src/utils/mac/ |
SkStream_mac.cpp | 15 ((SkRefCnt*)info)->unref(); 36 ((SkStream*)info)->unref(); 40 stream->ref(); // unref will be called when the provider is deleted
|