Searched refs:internal_dispose (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkWeakRefCnt.h125 this->INHERITED::internal_dispose();
150 virtual void internal_dispose() const SK_OVERRIDE {
H A DSkRefCnt.h81 internal_dispose();
93 * Allow subclasses to call this if they've overridden internal_dispose
95 * be called right before calling through to inherited internal_dispose()
109 virtual void internal_dispose() const { function in class:SkRefCntBase
114 // The following friends are those which override internal_dispose()
115 // and conditionally call SkRefCnt::internal_dispose().
H A DSkData.h171 virtual void internal_dispose() const SK_OVERRIDE;
H A DSkTextBlob.h82 virtual void internal_dispose() const SK_OVERRIDE;
/external/skia/include/core/
H A DSkWeakRefCnt.h125 this->INHERITED::internal_dispose();
150 virtual void internal_dispose() const SK_OVERRIDE {
H A DSkRefCnt.h81 internal_dispose();
93 * Allow subclasses to call this if they've overridden internal_dispose
95 * be called right before calling through to inherited internal_dispose()
109 virtual void internal_dispose() const { function in class:SkRefCntBase
114 // The following friends are those which override internal_dispose()
115 // and conditionally call SkRefCnt::internal_dispose().
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGpuResource.h52 // internal_dispose() exists because of GrTexture's reliance on it. It will be removed
56 // pre-validate once internal_dispose is removed (and therefore 0 ref cnt is not allowed).
64 this->internal_dispose();
68 virtual void internal_dispose() const { SkDELETE(this); } function in class:GrIORef
101 this->internal_dispose();
114 this->internal_dispose();
H A DGrTexture.h123 virtual void internal_dispose() const SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/core/
H A DSkTRefArray.h89 virtual void internal_dispose() const SK_OVERRIDE {
H A DSkData.cpp44 void SkData::internal_dispose() const { function in class:SkData
H A DSkTextBlob.cpp125 void SkTextBlob::internal_dispose() const { function in class:SkTextBlob
/external/skia/src/core/
H A DSkTRefArray.h89 virtual void internal_dispose() const SK_OVERRIDE {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTexture.cpp28 void GrTexture::internal_dispose() const { function in class:GrTexture
42 this->INHERITED::internal_dispose();
/external/skia/src/gpu/
H A DGrTexture.cpp28 void GrTexture::internal_dispose() const { function in class:GrTexture
43 this->INHERITED::internal_dispose();
/external/skia/include/gpu/
H A DGrTexture.h122 virtual void internal_dispose() const SK_OVERRIDE;

Completed in 264 milliseconds