Home
last modified time | relevance | path

Searched refs:oldestActiveInvalid (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DClipStack.cpp1006 RawElement* oldestActiveInvalid = nullptr; in appendElement() local
1031 oldestActiveInvalid = &existing; in appendElement()
1050 SkASSERT((oldestActiveInvalid && oldestActiveInvalidIndex >= fStartingElementIndex && in appendElement()
1051 oldestActiveInvalidIndex < elements->count()) || !oldestActiveInvalid); in appendElement()
1063 if (!oldestActiveInvalid || oldestActiveInvalidIndex >= targetCount) { in appendElement()
1066 oldestActiveInvalid = nullptr; in appendElement()
1069 SkASSERT(oldestActiveInvalid != &elements->back()); // shouldn't delete what we'll reuse in appendElement()
1072 if (oldestActiveInvalid) { in appendElement()
1073 *oldestActiveInvalid = std::move(toAdd); in appendElement()

Completed in 4 milliseconds