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

  /external/skia/src/gpu/
GrStencilAttachment.h 63 , fLastClipStackGenID(SkClipStack::kInvalidGenID) {
GrReducedClip.cpp 437 SkASSERT(SkClipStack::kInvalidGenID != *resultGenID);
  /external/skia/include/core/
SkClipStack.h 116 int32_t getGenID() const { SkASSERT(kInvalidGenID != fGenID); return fGenID; }
233 fGenID = kInvalidGenID;
345 static const int32_t kInvalidGenID = 0; //!< Invalid id that is never returned by
  /external/skia/tests/
ClipStackTest.cpp 975 REPORTER_ASSERT(reporter, SkClipStack::kInvalidGenID != reducedGenID);
    [all...]

Completed in 66 milliseconds