Searched defs:GR_STATIC_ASSERT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrConfig.h185 * GR_STATIC_ASSERT is a compile time assertion. Depending on the platform
191 #if !defined(GR_STATIC_ASSERT)
193 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug") macro
197 #define GR_STATIC_ASSERT(CONDITION) \ macro
/external/skia/include/gpu/
H A DGrConfig.h181 * GR_STATIC_ASSERT is a compile time assertion. Depending on the platform
187 #if !defined(GR_STATIC_ASSERT)
189 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug") macro
193 #define GR_STATIC_ASSERT(CONDITION) \ macro

Completed in 65 milliseconds