HomeSort by relevance Sort by last modified time
    Searched refs:AtlasID (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/
GrBatchAtlas.h 33 // An AtlasID is an opaque handle which callers can use to determine if the atlas contains
35 typedef uint64_t AtlasID;
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 CreateId(uint32_t index, uint64_t generation)
    [all...]
GrGlyph.h 34 GrBatchAtlas::AtlasID fID;
GrBatchAtlas.cpp 177 void GrBatchAtlas::processEviction(AtlasID id) {
183 inline void GrBatchAtlas::updatePlot(GrDrawBatch::Target* target, AtlasID* id, BatchPlot* plot) {
197 bool GrBatchAtlas::addToAtlas(AtlasID* id, GrDrawBatch::Target* batchTarget,
  /external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.h 63 GrBatchAtlas::AtlasID fID;
77 static void HandleEviction(GrBatchAtlas::AtlasID, void*);
GrAADistanceFieldPathRenderer.cpp 45 void GrAADistanceFieldPathRenderer::HandleEviction(GrBatchAtlas::AtlasID id, void* pr) {
403 GrBatchAtlas::AtlasID id;
603 static void HandleEviction(GrBatchAtlas::AtlasID id, void* pr) {
  /external/skia/src/gpu/text/
GrBatchFontCache.h 73 void removeID(GrBatchAtlas::AtlasID);
159 bool addToAtlas(GrBatchTextStrike* strike, GrBatchAtlas::AtlasID* id,
222 static void HandleEviction(GrBatchAtlas::AtlasID, void*);
GrBatchFontCache.cpp 97 void GrBatchFontCache::HandleEviction(GrBatchAtlas::AtlasID id, void* ptr) {
193 void GrBatchTextStrike::removeID(GrBatchAtlas::AtlasID id) {

Completed in 238 milliseconds