Home
last modified time | relevance | path

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

/external/skia/src/gl/
DSkGLCanvas.cpp142 static bool deleteCachesProc(SkGlyphCache* cache, void* texturesAreValid) { in deleteCachesProc() function
166 SkGlyphCache::VisitAllCaches(deleteCachesProc, reinterpret_cast<void*>(true)); in DeleteAllTextures()
178 SkGlyphCache::VisitAllCaches(deleteCachesProc, reinterpret_cast<void*>(false)); in AbandonAllTextures()