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

  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 303 * GR_STATIC_ASSERT is a compile time assertion. Depending on the platform
309 #if !defined(GR_STATIC_ASSERT)
311 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug")
315 #define GR_STATIC_ASSERT(CONDITION) \
  /external/skia/include/gpu/
GrConfig.h 303 * GR_STATIC_ASSERT is a compile time assertion. Depending on the platform
309 #if !defined(GR_STATIC_ASSERT)
311 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug")
315 #define GR_STATIC_ASSERT(CONDITION) \

Completed in 57 milliseconds