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

  /external/skia/src/gpu/
GrBatchAtlas.h 51 uint64_t atlasGeneration() const { return fAtlasGeneration; }
130 uint64_t fAtlasGeneration;
GrBatchAtlas.cpp 227 , fAtlasGeneration(kInvalidAtlasGeneration + 1) {
315 fAtlasGeneration++;
350 fAtlasGeneration++;
GrAtlasTextContext.h 74 * To determine if regeneration is necessary, fAtlasGeneration is used. If there have been
106 : fAtlasGeneration(GrBatchAtlas::kInvalidAtlasGeneration)
120 uint64_t fAtlasGeneration;
GrAtlasTextContext.cpp     [all...]

Completed in 48 milliseconds