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
174 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug") macro

Completed in 113 milliseconds