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

  /external/skia/src/gpu/
GrAADistanceFieldPathRenderer.h 73 static void HandleEviction(GrBatchAtlas::AtlasID, void*);
GrBatchFontCache.cpp 58 fAtlases[index]->registerEvictionCallback(&GrBatchFontCache::HandleEviction,
110 void GrBatchFontCache::HandleEviction(GrBatchAtlas::AtlasID id, void* ptr) {
GrBatchFontCache.h 183 static void HandleEviction(GrBatchAtlas::AtlasID, void*);
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 35 milliseconds