HomeSort by relevance Sort by last modified time
    Searched defs:GrCrash (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 286 inline void GrCrash() { GrAlwaysAssert(false); }
287 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }
  /external/skia/include/gpu/
GrConfig.h 286 inline void GrCrash() { GrAlwaysAssert(false); }
287 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }

Completed in 559 milliseconds