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

  /external/skia/src/gpu/
GrReducedClip.h 144 uint32_t fAAClipRectGenID; // GenID the mask will have if includes the AA clip rect.
GrReducedClip.cpp 46 fAAClipRectGenID = SK_InvalidGenID;
91 fAAClipRectGenID = stack.getTopmostGenID();
92 SkASSERT(SK_InvalidGenID != fAAClipRectGenID);
115 if (SK_InvalidGenID != fAAClipRectGenID && // Is there an AA clip rect?
125 fMaskGenID = fAAClipRectGenID;
498 if (SK_InvalidGenID == fAAClipRectGenID) { // No AA clip rect yet?
500 // fAAClipRectGenID is the value we should use for fMaskGenID if we end up
504 fAAClipRectGenID = fMaskElements.isEmpty() ? element->getGenID() : fMaskGenID;
505 SkASSERT(SK_InvalidGenID != fAAClipRectGenID);
669 fAAClipRectGenID = SK_InvalidGenID
    [all...]
  /external/skqp/src/gpu/
GrReducedClip.h 144 uint32_t fAAClipRectGenID; // GenID the mask will have if includes the AA clip rect.
GrReducedClip.cpp 46 fAAClipRectGenID = SK_InvalidGenID;
91 fAAClipRectGenID = stack.getTopmostGenID();
92 SkASSERT(SK_InvalidGenID != fAAClipRectGenID);
115 if (SK_InvalidGenID != fAAClipRectGenID && // Is there an AA clip rect?
125 fMaskGenID = fAAClipRectGenID;
498 if (SK_InvalidGenID == fAAClipRectGenID) { // No AA clip rect yet?
500 // fAAClipRectGenID is the value we should use for fMaskGenID if we end up
504 fAAClipRectGenID = fMaskElements.isEmpty() ? element->getGenID() : fMaskGenID;
505 SkASSERT(SK_InvalidGenID != fAAClipRectGenID);
669 fAAClipRectGenID = SK_InvalidGenID
    [all...]

Completed in 56 milliseconds