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

  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 165 * GR_DEBUGASSERT is an assertion in debug builds only.
167 #if !defined(GR_DEBUGASSERT)
169 #define GR_DEBUGASSERT(COND) GR_ALWAYSASSERT(COND)
171 #define GR_DEBUGASSERT(COND)
  /external/skia/include/gpu/
GrConfig.h 165 * GR_DEBUGASSERT is an assertion in debug builds only.
167 #if !defined(GR_DEBUGASSERT)
169 #define GR_DEBUGASSERT(COND) GR_ALWAYSASSERT(COND)
171 #define GR_DEBUGASSERT(COND)

Completed in 72 milliseconds