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

  /external/skia/include/gpu/
GrConfig.h 266 * GR_DEBUGASSERT is an assertion in debug builds only.
268 #if !defined(GR_DEBUGASSERT)
270 #define GR_DEBUGASSERT(COND) GR_ALWAYSASSERT(COND)
272 #define GR_DEBUGASSERT(COND)
279 #define GrAssert(COND) GR_DEBUGASSERT(COND)
  /external/skia/src/gpu/
GrRedBlackTree.h 513 GR_DEBUGASSERT(validateChildRelations(d, true));
514 GR_DEBUGASSERT(validateChildRelations(s, true));
515 GR_DEBUGASSERT(validateChildRelations(n, false));
516 GR_DEBUGASSERT(validateChildRelations(n->fChildren[kRight_Child], true));
517 GR_DEBUGASSERT(validateChildRelations(b, true));
518 GR_DEBUGASSERT(validateChildRelations(s->fChildren[kLeft_Child], true));
545 GR_DEBUGASSERT(validateChildRelations(d, true));
546 GR_DEBUGASSERT(validateChildRelations(s, true));
547 GR_DEBUGASSERT(validateChildRelations(n, true));
548 GR_DEBUGASSERT(validateChildRelations(n->fChildren[kLeft_Child], true))
    [all...]
GrGpu.cpp 499 GR_DEBUGASSERT(success);
513 GR_DEBUGASSERT(success);
GrAARectRenderer.cpp 118 GR_DEBUGASSERT(updated);
GrInOrderDrawBuffer.cpp 654 GR_DEBUGASSERT(success);
668 GR_DEBUGASSERT(success);
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 520 GR_DEBUGASSERT(success);
    [all...]

Completed in 31 milliseconds