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