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

  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 76 const static uint32_t kEmptyAtlasRowKey = 0xffffffff;
83 AtlasRow() : fKey(kEmptyAtlasRowKey), fLocks(0), fNext(NULL), fPrev(NULL) { }
GrTextureStripAtlas.cpp 137 if (oldKey != kEmptyAtlasRowKey) {
227 fRows[i].fKey = kEmptyAtlasRowKey;
288 GrAssert(fKeyTable[i]->fKey != kEmptyAtlasRowKey);
323 GrAssert(kEmptyAtlasRowKey != fRows[i].fKey);
326 // If we have a key != kEmptyAtlasRowKey, it should be in the key table
327 GrAssert(fRows[i].fKey == kEmptyAtlasRowKey || this->searchByKey(fRows[i].fKey) >= 0);

Completed in 19 milliseconds