Searched refs:AtlasID (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
D | GrBatchAtlas.h | 35 typedef uint64_t AtlasID; typedef 42 typedef void (*EvictionFunc)(GrBatchAtlas::AtlasID, void*); 54 bool addToAtlas(AtlasID*, GrDrawBatch::Target*, int width, int height, const void* image, 61 inline bool hasID(AtlasID id) { in hasID() 68 inline void setLastUseToken(AtlasID id, GrBatchToken batchToken) { in setLastUseToken() 95 void add(AtlasID id) { in add() 157 GrBatchAtlas::AtlasID id() const { in id() 196 static GrBatchAtlas::AtlasID CreateId(uint32_t index, uint64_t generation) { in CreateId() 207 GrBatchAtlas::AtlasID fID; 227 static uint32_t GetIndexFromID(AtlasID id) { in GetIndexFromID() [all …]
|
D | GrBatchAtlas.cpp | 177 void GrBatchAtlas::processEviction(AtlasID id) { in processEviction() 183 inline void GrBatchAtlas::updatePlot(GrDrawBatch::Target* target, AtlasID* id, BatchPlot* plot) { in updatePlot() 197 bool GrBatchAtlas::addToAtlas(AtlasID* id, GrDrawBatch::Target* batchTarget, in addToAtlas()
|
D | GrGlyph.h | 34 GrBatchAtlas::AtlasID fID;
|
/external/skia/src/gpu/batches/ |
D | GrAADistanceFieldPathRenderer.h | 63 GrBatchAtlas::AtlasID fID; 77 static void HandleEviction(GrBatchAtlas::AtlasID, void*);
|
D | GrAADistanceFieldPathRenderer.cpp | 45 void GrAADistanceFieldPathRenderer::HandleEviction(GrBatchAtlas::AtlasID id, void* pr) { in HandleEviction() 403 GrBatchAtlas::AtlasID id; in addPathToAtlas() 603 static void HandleEviction(GrBatchAtlas::AtlasID id, void* pr) { in HandleEviction()
|
/external/skia/src/gpu/text/ |
D | GrBatchFontCache.h | 73 void removeID(GrBatchAtlas::AtlasID); 159 bool addToAtlas(GrBatchTextStrike* strike, GrBatchAtlas::AtlasID* id, in addToAtlas() 222 static void HandleEviction(GrBatchAtlas::AtlasID, void*);
|
D | GrBatchFontCache.cpp | 97 void GrBatchFontCache::HandleEviction(GrBatchAtlas::AtlasID id, void* ptr) { in HandleEviction() 193 void GrBatchTextStrike::removeID(GrBatchAtlas::AtlasID id) { in removeID()
|