Home
last modified time | relevance | path

Searched refs:GR_DEBUGASSERT (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/gpu/
DGrConfig.h268 #if !defined(GR_DEBUGASSERT)
270 #define GR_DEBUGASSERT(COND) GR_ALWAYSASSERT(COND) macro
272 #define GR_DEBUGASSERT(COND) macro
279 #define GrAssert(COND) GR_DEBUGASSERT(COND)
/external/skia/src/gpu/
DGrRedBlackTree.h513 GR_DEBUGASSERT(validateChildRelations(d, true)); in rotateRight()
514 GR_DEBUGASSERT(validateChildRelations(s, true)); in rotateRight()
515 GR_DEBUGASSERT(validateChildRelations(n, false)); in rotateRight()
516 GR_DEBUGASSERT(validateChildRelations(n->fChildren[kRight_Child], true)); in rotateRight()
517 GR_DEBUGASSERT(validateChildRelations(b, true)); in rotateRight()
518 GR_DEBUGASSERT(validateChildRelations(s->fChildren[kLeft_Child], true)); in rotateRight()
545 GR_DEBUGASSERT(validateChildRelations(d, true)); in rotateLeft()
546 GR_DEBUGASSERT(validateChildRelations(s, true)); in rotateLeft()
547 GR_DEBUGASSERT(validateChildRelations(n, true)); in rotateLeft()
548 GR_DEBUGASSERT(validateChildRelations(n->fChildren[kLeft_Child], true)); in rotateLeft()
[all …]
DGrGpu.cpp499 GR_DEBUGASSERT(success); in onSetVertexSourceToArray()
513 GR_DEBUGASSERT(success); in onSetIndexSourceToArray()
DGrAARectRenderer.cpp118 GR_DEBUGASSERT(updated); in aaStrokeRectIndexBuffer()
DGrInOrderDrawBuffer.cpp654 GR_DEBUGASSERT(success); in onSetVertexSourceToArray()
668 GR_DEBUGASSERT(success); in onSetIndexSourceToArray()
/external/skia/src/gpu/gl/
DGrGLProgram.cpp520 GR_DEBUGASSERT(success); in genProgram()