Searched defs:AtlasID (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrBatchAtlas.h33 // An AtlasID is an opaque handle which callers can use to determine if the atlas contains
35 typedef uint64_t AtlasID; typedef in class:GrBatchAtlas
40 // specific AtlasID, it will call all of the registered listeners so they can optionally process
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) {
68 inline void setLastUseToken(AtlasID id, GrBatchToken batchToken) {
95 void add(AtlasID id) {
157 GrBatchAtlas::AtlasID id() const {
196 static GrBatchAtlas::AtlasID CreateI
[all...]

Completed in 103 milliseconds