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

/external/skia/include/gpu/
H A DGrConfig.h170 * GR_STATIC_ASSERT is a compile time assertion. Depending on the platform
176 #if !defined(GR_STATIC_ASSERT)
178 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug") macro
182 #define GR_STATIC_ASSERT(CONDITION) \ macro

Completed in 85 milliseconds