Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchAtlas.h34 typedef void (*EvictionFunc)(GrBatchAtlas::AtlasID, void*); typedef
56 void registerEvictionCallback(EvictionFunc func, void* userData) { in registerEvictionCallback()
133 EvictionFunc fFunc;
DGrAADistanceFieldPathRenderer.cpp556 static GrBatchAtlas* create_atlas(GrContext* context, GrBatchAtlas::EvictionFunc func, void* data) { in create_atlas()