Searched defs:GrCrash (Results 1 – 1 of 1) sorted by relevance
276 inline void GrCrash() { GrAlwaysAssert(false); } in GrCrash() function277 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); } in GrCrash() function