OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kEmptyAtlasRowKey
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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
;
290
SkASSERT(fKeyTable[i]->fKey !=
kEmptyAtlasRowKey
);
325
SkASSERT(
kEmptyAtlasRowKey
!= fRows[i].fKey);
328
// If we have a key !=
kEmptyAtlasRowKey
, it should be in the key table
329
SkASSERT(fRows[i].fKey ==
kEmptyAtlasRowKey
|| this->searchByKey(fRows[i].fKey) >= 0);
Completed in 87 milliseconds