Home | History | Annotate | Download | only in gpu

Lines Matching refs:AtlasID

25     // An AtlasID is an opaque handle which callers can use to determine if the atlas contains
27 typedef uint32_t AtlasID;
32 // specific AtlasID, it will call all of the registered listeners so they can optionally process
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) {
110 static int GetIndexFromID(AtlasID id) {
114 static int GetGenerationFromID(AtlasID id) {
118 inline void updatePlot(GrBatchTarget*, AtlasID*, BatchPlot*);
122 inline void processEviction(AtlasID);