Home
last modified time | relevance | path

Searched refs:SK_InvalidGenID (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrLayerCache.cpp15 SkASSERT(SK_InvalidGenID != fKey.pictureID()); in validate()
132 SkASSERT(pictureID != SK_InvalidGenID && start >= 0 && stop > 0); in createLayer()
143 SkASSERT(pictureID != SK_InvalidGenID); in findLayer()
155 SkASSERT(pictureID != SK_InvalidGenID && start >= 0 && stop > 0); in findLayerOrCreate()
DGrLayerCache.h164 SkASSERT(SK_InvalidGenID != pictureID); in GrCachedLayer()
DGrAADistanceFieldPathRenderer.cpp619 PathTestStruct() : fContextID(SK_InvalidGenID), fAtlas(NULL) {} in PathTestStruct()
DGrContext.cpp94 } while (id == SK_InvalidGenID); in next_id()
DGrAtlasTextContext.cpp2222 static uint32_t gContextID = SK_InvalidGenID; in BATCH_TEST_DEFINE()
/external/skia/include/core/
DSkTypes.h339 #define SK_InvalidGenID 0 macro
/external/skia/src/core/
DSkTextBlob.cpp197 } while (id == SK_InvalidGenID); in next_id()
/external/skia/tests/
DPictureTest.cpp1098 REPORTER_ASSERT(reporter, empty->uniqueID() != SK_InvalidGenID); in test_gen_id()
1104 REPORTER_ASSERT(reporter, hasData->uniqueID() != SK_InvalidGenID); in test_gen_id()