Searched defs:internal_dispose (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrTexture.cpp23 void GrTexture::internal_dispose() const { function in class:GrTexture
38 this->INHERITED::internal_dispose();
/external/skia/include/core/
H A DSkRefCnt.h66 internal_dispose();
86 * Allow subclasses to call this if they've overridden internal_dispose
88 * be called right before calling through to inherited internal_dispose()
102 virtual void internal_dispose() const { function in class:SkRefCnt
108 friend class GrTexture; // to allow GrTexture's internal_dispose to

Completed in 91 milliseconds