Home | History | Annotate | Download | only in gpu

Lines Matching refs:GR_DEBUGASSERT

511     GR_DEBUGASSERT(validateChildRelations(d, true));
512 GR_DEBUGASSERT(validateChildRelations(s, true));
513 GR_DEBUGASSERT(validateChildRelations(n, false));
514 GR_DEBUGASSERT(validateChildRelations(n->fChildren[kRight_Child], true));
515 GR_DEBUGASSERT(validateChildRelations(b, true));
516 GR_DEBUGASSERT(validateChildRelations(s->fChildren[kLeft_Child], true));
543 GR_DEBUGASSERT(validateChildRelations(d, true));
544 GR_DEBUGASSERT(validateChildRelations(s, true));
545 GR_DEBUGASSERT(validateChildRelations(n, true));
546 GR_DEBUGASSERT(validateChildRelations(n->fChildren[kLeft_Child], true));
547 GR_DEBUGASSERT(validateChildRelations(b, true));
548 GR_DEBUGASSERT(validateChildRelations(s->fChildren[kRight_Child], true));