Home
last modified time | relevance | path

Searched refs:freeAll (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/xml/
DSkBML_XMLParser.cpp56 static void freeAll(char* array[256]) in freeAll() function
80 freeAll(fElems); in ~BMLW()
81 freeAll(fNames); in ~BMLW()
82 freeAll(fValues); in ~BMLW()
/external/skia/src/gpu/text/
DGrTextBlobCache.cpp11 this->freeAll(); in ~GrTextBlobCache()
14 void GrTextBlobCache::freeAll() { in freeAll() function in GrTextBlobCache
DGrTextBlobCache.h83 void freeAll();
DGrBatchFontCache.h123 void freeAll();
DGrBatchFontCache.cpp83 void GrBatchFontCache::freeAll() { in freeAll() function in GrBatchFontCache
/external/skia/src/gpu/
DGrContext.cpp145 fBatchFontCache->freeAll(); in abandonContext()
146 fLayerCache->freeAll(); in abandonContext()
147 fTextBlobCache->freeAll(); in abandonContext()
160 fBatchFontCache->freeAll(); in freeGpuResources()
161 fLayerCache->freeAll(); in freeGpuResources()
DGrLayerCache.h312 void freeAll();
DGrLayerCache.cpp114 void GrLayerCache::freeAll() { in freeAll() function in GrLayerCache
/external/skia/tests/
DBitmapHeapTest.cpp20 ~SimpleFlatController() { fAllocations.freeAll(); } in ~SimpleFlatController()
DGpuLayerCacheTest.cpp293 cache.freeAll(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/include/private/
DSkTDArray.h283 void freeAll() { in freeAll() function