Searched refs:GR_DEBUGASSERT (Results 1 – 6 of 6) sorted by relevance
/external/skia/include/gpu/ |
D | GrConfig.h | 268 #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/ |
D | GrRedBlackTree.h | 513 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 …]
|
D | GrGpu.cpp | 499 GR_DEBUGASSERT(success); in onSetVertexSourceToArray() 513 GR_DEBUGASSERT(success); in onSetIndexSourceToArray()
|
D | GrAARectRenderer.cpp | 118 GR_DEBUGASSERT(updated); in aaStrokeRectIndexBuffer()
|
D | GrInOrderDrawBuffer.cpp | 654 GR_DEBUGASSERT(success); in onSetVertexSourceToArray() 668 GR_DEBUGASSERT(success); in onSetIndexSourceToArray()
|
/external/skia/src/gpu/gl/ |
D | GrGLProgram.cpp | 520 GR_DEBUGASSERT(success); in genProgram()
|