Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DClipStack_graphite.h241 int firstActiveElementIndex() const { return fStartingElementIndex; } in firstActiveElementIndex() function
DClipStack.cpp401 fInvalidatedByIndex = current.firstActiveElementIndex(); in markInvalid()
410 if (current.firstActiveElementIndex() < fInvalidatedByIndex) { in restoreValid()
/external/skia/src/gpu/ganesh/
DClipStack.h227 int firstActiveElementIndex() const { return fStartingElementIndex; } in firstActiveElementIndex() function
DClipStack.cpp463 fInvalidatedByIndex = current.firstActiveElementIndex(); in markInvalid()
467 if (current.firstActiveElementIndex() < fInvalidatedByIndex) { in restoreValid()