HomeSort by relevance Sort by last modified time
    Searched defs:HandleEviction (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrBatchFontCache.cpp 58 fAtlases[index]->registerEvictionCallback(&GrBatchFontCache::HandleEviction,
110 void GrBatchFontCache::HandleEviction(GrBatchAtlas::AtlasID id, void* ptr) {
GrAADistanceFieldPathRenderer.cpp 45 void GrAADistanceFieldPathRenderer::HandleEviction(GrBatchAtlas::AtlasID id, void* pr) {
593 fAtlas = create_atlas(fContext, &GrAADistanceFieldPathRenderer::HandleEviction,
635 static void HandleEviction(GrBatchAtlas::AtlasID id, void* pr) {
663 gTestStruct.fAtlas = create_atlas(context, &PathTestStruct::HandleEviction,

Completed in 39 milliseconds