Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchAtlas.h35 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 …]
DGrBatchAtlas.cpp177 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()
DGrGlyph.h34 GrBatchAtlas::AtlasID fID;
/external/skia/src/gpu/batches/
DGrAADistanceFieldPathRenderer.h63 GrBatchAtlas::AtlasID fID;
77 static void HandleEviction(GrBatchAtlas::AtlasID, void*);
DGrAADistanceFieldPathRenderer.cpp45 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/
DGrBatchFontCache.h73 void removeID(GrBatchAtlas::AtlasID);
159 bool addToAtlas(GrBatchTextStrike* strike, GrBatchAtlas::AtlasID* id, in addToAtlas()
222 static void HandleEviction(GrBatchAtlas::AtlasID, void*);
DGrBatchFontCache.cpp97 void GrBatchFontCache::HandleEviction(GrBatchAtlas::AtlasID id, void* ptr) { in HandleEviction()
193 void GrBatchTextStrike::removeID(GrBatchAtlas::AtlasID id) { in removeID()