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

  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 165 * GR_DEBUGASSERT is an assertion in debug builds only.
167 #if !defined(GR_DEBUGASSERT)
169 #define GR_DEBUGASSERT(COND) GR_ALWAYSASSERT(COND)
171 #define GR_DEBUGASSERT(COND)
  /external/skia/include/gpu/
GrConfig.h 165 * GR_DEBUGASSERT is an assertion in debug builds only.
167 #if !defined(GR_DEBUGASSERT)
169 #define GR_DEBUGASSERT(COND) GR_ALWAYSASSERT(COND)
171 #define GR_DEBUGASSERT(COND)
  /external/chromium_org/third_party/skia/src/gpu/
GrRedBlackTree.h 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))
    [all...]
GrGpu.cpp 515 GR_DEBUGASSERT(success);
529 GR_DEBUGASSERT(success);
GrAARectRenderer.cpp 432 GR_DEBUGASSERT(updated);
446 GR_DEBUGASSERT(updated);
    [all...]
GrInOrderDrawBuffer.cpp 743 GR_DEBUGASSERT(success);
757 GR_DEBUGASSERT(success);
GrOvalRenderer.cpp     [all...]
  /external/skia/src/gpu/
GrRedBlackTree.h 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))
    [all...]
GrGpu.cpp 515 GR_DEBUGASSERT(success);
529 GR_DEBUGASSERT(success);
GrAARectRenderer.cpp 432 GR_DEBUGASSERT(updated);
446 GR_DEBUGASSERT(updated);
    [all...]
GrInOrderDrawBuffer.cpp 743 GR_DEBUGASSERT(success);
757 GR_DEBUGASSERT(success);
GrOvalRenderer.cpp     [all...]

Completed in 40 milliseconds