Home
last modified time | relevance | path

Searched refs:kInvalidGenID (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkClipStack.h116 int32_t getGenID() const { SkASSERT(kInvalidGenID != fGenID); return fGenID; } in getGenID()
233 fGenID = kInvalidGenID; in initCommon()
345 static const int32_t kInvalidGenID = 0; //!< Invalid id that is never returned by variable
/external/skia/src/gpu/
DGrStencilAttachment.h63 , fLastClipStackGenID(SkClipStack::kInvalidGenID) { in GrStencilAttachment()
DGrReducedClip.cpp437 SkASSERT(SkClipStack::kInvalidGenID != *resultGenID); in ReduceClipStack()
/external/skia/tests/
DClipStackTest.cpp975 REPORTER_ASSERT(reporter, SkClipStack::kInvalidGenID != reducedGenID); in test_reduced_clip_stack()
1041 REPORTER_ASSERT(reporter, SkClipStack::kInvalidGenID != reducedGenID); in test_reduced_clip_stack_genid()