Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrBatchAtlas

11 #include "GrBatchAtlas.h"
50 void removeID(GrBatchAtlas::AtlasID);
117 // To ensure the GrBatchAtlas does not evict the Glyph Mask from its texture backing store,
122 void addGlyphToBulkAndSetUseToken(GrBatchAtlas::BulkUseTokenUpdater* updater,
123 GrGlyph* glyph, GrBatchAtlas::BatchToken token) {
129 void setUseTokenBulk(const GrBatchAtlas::BulkUseTokenUpdater& updater,
130 GrBatchAtlas::BatchToken token,
136 bool addToAtlas(GrBatchTextStrike* strike, GrBatchAtlas::AtlasID* id,
145 // GrBatchAtlas. The atlasGeneration returned below is a monitonically increasing number which
177 GrBatchAtlas* getAtlas(GrMaskFormat format) const {
183 static void HandleEviction(GrBatchAtlas::AtlasID, void*);
187 GrBatchAtlas* fAtlases[kMaskFormatCount];