Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchAtlas.h27 typedef uint32_t AtlasID; typedef
34 typedef void (*EvictionFunc)(GrBatchAtlas::AtlasID, void*);
46 bool addToAtlas(AtlasID*, GrBatchTarget*, int width, int height, const void* image,
52 bool hasID(AtlasID id);
55 void setLastUseToken(AtlasID id, BatchToken batchToken);
70 void add(AtlasID id) { in add()
110 static int GetIndexFromID(AtlasID id) { in GetIndexFromID()
114 static int GetGenerationFromID(AtlasID id) { in GetGenerationFromID()
118 inline void updatePlot(GrBatchTarget*, AtlasID*, BatchPlot*);
122 inline void processEviction(AtlasID);
DGrBatchAtlas.cpp20 static GrBatchAtlas::AtlasID create_id(int index, int generation) { in create_id()
45 GrBatchAtlas::AtlasID id() { return fID; } in id()
180 GrBatchAtlas::AtlasID fID;
258 void GrBatchAtlas::processEviction(AtlasID id) { in processEviction()
273 inline void GrBatchAtlas::updatePlot(GrBatchTarget* batchTarget, AtlasID* id, BatchPlot* plot) { in updatePlot()
287 bool GrBatchAtlas::addToAtlas(AtlasID* id, GrBatchTarget* batchTarget, in addToAtlas()
354 bool GrBatchAtlas::hasID(AtlasID id) { in hasID()
360 void GrBatchAtlas::setLastUseToken(AtlasID id, BatchToken batchToken) { in setLastUseToken()
DGrBatchFontCache.h50 void removeID(GrBatchAtlas::AtlasID);
136 bool addToAtlas(GrBatchTextStrike* strike, GrBatchAtlas::AtlasID* id, in addToAtlas()
183 static void HandleEviction(GrBatchAtlas::AtlasID, void*);
DGrAADistanceFieldPathRenderer.h59 GrBatchAtlas::AtlasID fID;
73 static void HandleEviction(GrBatchAtlas::AtlasID, void*);
DGrBatchFontCache.cpp110 void GrBatchFontCache::HandleEviction(GrBatchAtlas::AtlasID id, void* ptr) { in HandleEviction()
194 void GrBatchTextStrike::removeID(GrBatchAtlas::AtlasID id) { in removeID()
DGrGlyph.h35 GrBatchAtlas::AtlasID fID;
DGrAADistanceFieldPathRenderer.cpp45 void GrAADistanceFieldPathRenderer::HandleEviction(GrBatchAtlas::AtlasID id, void* pr) { in HandleEviction()
412 GrBatchAtlas::AtlasID id; in addPathToAtlas()
635 static void HandleEviction(GrBatchAtlas::AtlasID id, void* pr) { in HandleEviction()