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 190 * GR_STATIC_ASSERT is a compile time assertion. Depending on the platform
196 #if !defined(GR_STATIC_ASSERT)
198 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug")
202 #define GR_STATIC_ASSERT(CONDITION) \
  /external/skia/include/gpu/
GrConfig.h 190 * GR_STATIC_ASSERT is a compile time assertion. Depending on the platform
196 #if !defined(GR_STATIC_ASSERT)
198 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug")
202 #define GR_STATIC_ASSERT(CONDITION) \

Completed in 645 milliseconds