HomeSort by relevance Sort by last modified time
    Searched refs:GrAlwaysAssert (Results 1 - 3 of 3) sorted by null

  /external/skia/gpu/include/
GrConfig.h 278 #define GrAlwaysAssert(COND) GR_ALWAYSASSERT(COND)
283 inline void GrCrash() { GrAlwaysAssert(false); }
284 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }
  /external/skia/gpu/src/
GrTextContext.cpp 269 GrAlwaysAssert(success);
GrTesselatedPathRenderer.cpp 344 GrAlwaysAssert(!"multipass stencil should not be needed");

Completed in 301 milliseconds