HomeSort by relevance Sort by last modified time
    Searched full:unref (Results 251 - 275 of 606) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/views/
SkViewInflate.cpp 33 parent->attachChildToFront(view)->unref();
  /external/chromium_org/ui/gfx/ozone/dri/
dri_skbitmap.cc 166 bitmap->get_handle()))->unref();
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 260 "unref sid %p (make space)\n", entry->handle);
284 "unref sid %p (couldn't find space)\n", handle);
348 "unref sid %p (shutdown)\n", cache->entries[i].handle);
489 "unref sid %p (uncachable)\n", *p_handle);
  /external/skia/bench/
BlurBench.cpp 71 paint.setMaskFilter(mf)->unref();
TileBench.cpp 59 fPaint.setShader(s)->unref();
  /external/skia/gm/
bigblurs.cpp 75 blurPaint.setMaskFilter(mf)->unref();
bitmapmatrix.cpp 91 paint.setMaskFilter(mf)->unref();
clippedbitmapshaders.cpp 93 paint.setShader(shader)->unref();
gradients_no_texture.cpp 113 paint.setShader(shader)->unref();
hairmodes.cpp 92 fBGPaint.setShader(make_bg_shader())->unref();
matrixconvolution.cpp 41 pts, colors, pos, 2, SkShader::kClamp_TileMode))->unref();
srcmode.cpp 32 paint->setShader(s)->unref();
testimagefilters.cpp 132 paint.setImageFilter(gFilterProc[i]())->unref();
twopointradial.cpp 43 SkShader::kClamp_TileMode))->unref();
verylargebitmap.cpp 22 paint.setShader(shader)->unref();
  /external/skia/include/core/
SkImage.h 101 * the caller must manage (i.e. call unref() when they are done).
  /external/skia/include/gpu/
GrEffect.h 77 privately inherit from SkRefCnt to help prevent accidental direct ref'ing/unref'ing of effects.
203 this->unref();
254 /** Helper used in subclass factory functions to unref the effect after it has been wrapped in a
267 ~AutoEffectUnref() { fEffect->unref(); }
GrResource.h 79 this->unref();
  /external/skia/src/core/
SkData.cpp 125 src->unref();
SkFlattenable.cpp 57 ((SkRefCnt*)ptr)->unref();
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 154 interface->unref();
  /external/skia/src/image/
SkImage_Raster.cpp 88 fBitmap.setPixelRef(SkNEW_ARGS(SkDataPixelRef, (info, data)))->unref();
  /external/skia/src/pdf/
SkPDFStream.cpp 107 stream->setData(compressedData.copyToData())->unref();
  /external/skia/src/views/
SkParsePaint.cpp 108 paint->setShader(shader)->unref();
SkViewInflate.cpp 33 parent->attachChildToFront(view)->unref();

Completed in 445 milliseconds

<<11121314151617181920>>