Searched refs:unref (Results 126 - 150 of 622) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/samplecode/
H A DSampleTextBox.cpp57 tf0->unref();
58 tf1->unref();
/external/chromium_org/third_party/skia/src/doc/
H A DSkDocument_PDF.cpp57 fCanvas->unref();
58 fDevice->unref();
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DSkGLContextHelper.cpp33 fGL->unref();
127 fGL->unref();
/external/chromium_org/third_party/skia/src/pipe/utils/
H A DSamplePipeControllers.cpp60 device->unref();
72 canvas->unref();
/external/skia/gm/
H A Dshaderbounds.cpp68 paint.setShader(MakeShader(559, 387, false))->unref();
74 paint.setShader(MakeShader(101, 151, true))->unref();
H A Dskbug1719.cpp89 SkBlurMaskFilter::kHighQuality_BlurFlag))->unref();
91 SkColorFilter::CreateModeFilter(0xBFFFFFFF, SkXfermode::kSrcIn_Mode))->unref();
/external/skia/include/gpu/
H A DGrContextFactory.h99 fContexts[i].fGrContext->unref();
100 fContexts[i].fGLContext->unref();
/external/skia/samplecode/
H A DSampleTextBox.cpp57 tf0->unref();
58 tf1->unref();
/external/skia/src/core/
H A DSkFilterShader.cpp31 fFilter->unref();
32 fShader->unref();
/external/skia/src/doc/
H A DSkDocument_PDF.cpp57 fCanvas->unref();
58 fDevice->unref();
/external/skia/src/gpu/gl/
H A DSkGLContextHelper.cpp32 fGL->unref();
126 fGL->unref();
/external/skia/src/image/
H A DSkSurface.cpp39 image->unref();
58 fCachedImage->unref();
109 SkSafeRef(image); // the caller will call unref() to balance this
/external/skia/src/pipe/utils/
H A DSamplePipeControllers.cpp60 device->unref();
72 canvas->unref();
/external/chromium_org/skia/tools/filter_fuzz_stub/
H A Dfilter_fuzz_stub.cc39 paint.setImageFilter(static_cast<SkImageFilter*>(flattenable))->unref();
/external/chromium_org/third_party/skia/bench/
H A DMatrixConvolutionBench.cpp30 fFilter->unref();
H A DPerlinNoiseBench.cpp50 paint.setShader(shader)->unref();
/external/chromium_org/third_party/skia/gm/
H A Dblurcircles.cpp50 paint.setMaskFilter(filter)->unref();
H A Ddiscard.cpp82 surface->unref();
H A Dimage.cpp34 image->unref();
65 imgR2->unref();
101 imgG->unref();
102 imgR->unref();
H A Dimageblur.cpp40 paint.setImageFilter(SkBlurImageFilter::Create(fSigmaX, fSigmaY))->unref();
H A Dimageblur2.cpp64 paint.setImageFilter(SkBlurImageFilter::Create(sigmaX, sigmaY))->unref();
H A Dimageblurtiled.cpp34 paint.setImageFilter(SkBlurImageFilter::Create(fSigmaX, fSigmaY))->unref();
H A Dimagemagnifier.cpp44 100))->unref();
/external/chromium_org/third_party/skia/include/gpu/
H A DGrProgramElement.h44 void unref() const { function in class:GrProgramElement
H A DGrProgramElementRef.h18 * GrProgramElementRef. Its destructor will either unref the GrProgramElement or signal that
70 * pending execution. As a result, it is an error for the user to ref or unref through
82 fObj->unref();

Completed in 3813 milliseconds

1234567891011>>