Searched refs:validateChildRelations (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrRedBlackTree.h | 168 bool validateChildRelations(const Node* n, bool allowRedRed) const; 515 GR_DEBUGASSERT(validateChildRelations(d, true)); in rotateRight() 516 GR_DEBUGASSERT(validateChildRelations(s, true)); in rotateRight() 517 GR_DEBUGASSERT(validateChildRelations(n, false)); in rotateRight() 518 GR_DEBUGASSERT(validateChildRelations(n->fChildren[kRight_Child], true)); in rotateRight() 519 GR_DEBUGASSERT(validateChildRelations(b, true)); in rotateRight() 520 GR_DEBUGASSERT(validateChildRelations(s->fChildren[kLeft_Child], true)); in rotateRight() 547 GR_DEBUGASSERT(validateChildRelations(d, true)); in rotateLeft() 548 GR_DEBUGASSERT(validateChildRelations(s, true)); in rotateLeft() 549 GR_DEBUGASSERT(validateChildRelations(n, true)); in rotateLeft() [all …]
|