Searched refs:GrAlwaysAssert (Results 1 – 2 of 2) sorted by relevance
271 #define GrAlwaysAssert(COND) GR_ALWAYSASSERT(COND) macro276 inline void GrCrash() { GrAlwaysAssert(false); } in GrCrash()277 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); } in GrCrash()
281 GrAlwaysAssert(success); in drawPackedGlyph()