Home
last modified time | relevance | path

Searched defs:GrCrash (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/gpu/
DGrConfig.h276 inline void GrCrash() { GrAlwaysAssert(false); } in GrCrash() function
277 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); } in GrCrash() function