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

  /external/skia/gpu/include/
GrConfig.h 264 * GR_DEBUGASSERT is an assertion in debug builds only.
266 #if !defined(GR_DEBUGASSERT)
268 #define GR_DEBUGASSERT(COND) GR_ALWAYSASSERT(COND)
270 #define GR_DEBUGASSERT(COND)
277 #define GrAssert(COND) GR_DEBUGASSERT(COND)
GrTextureCache.h 69 GR_DEBUGASSERT(-1 != a.fHashIndex && -1 != b.fHashIndex);
75 GR_DEBUGASSERT(-1 != a.fHashIndex && -1 != b.fHashIndex);
  /external/skia/gpu/src/
GrRedBlackTree.h 520 GR_DEBUGASSERT(validateChildRelations(d, true));
521 GR_DEBUGASSERT(validateChildRelations(s, true));
522 GR_DEBUGASSERT(validateChildRelations(n, false));
523 GR_DEBUGASSERT(validateChildRelations(n->fChildren[kRight_Child], true));
524 GR_DEBUGASSERT(validateChildRelations(b, true));
525 GR_DEBUGASSERT(validateChildRelations(s->fChildren[kLeft_Child], true));
552 GR_DEBUGASSERT(validateChildRelations(d, true));
553 GR_DEBUGASSERT(validateChildRelations(s, true));
554 GR_DEBUGASSERT(validateChildRelations(n, true));
555 GR_DEBUGASSERT(validateChildRelations(n->fChildren[kLeft_Child], true))
    [all...]
GrInOrderDrawBuffer.cpp 505 GR_DEBUGASSERT(success);
518 GR_DEBUGASSERT(success);
GrDrawTarget.cpp 618 GR_DEBUGASSERT(NULL != srcRects && NULL != srcRects[i]);
620 GR_DEBUGASSERT(NULL == srcRects || NULL == srcRects[i]);
GrGpu.cpp 704 GR_DEBUGASSERT(success);
717 GR_DEBUGASSERT(success);
GrTesselatedPathRenderer.cpp 38 GR_DEBUGASSERT(type == GL_TRIANGLES);
GrContext.cpp 720 GR_DEBUGASSERT(updated);
756 GR_DEBUGASSERT(updated);
    [all...]
GrGLProgram.cpp 343 GR_DEBUGASSERT(success);
    [all...]

Completed in 696 milliseconds