Searched refs:glenum (Results 1 – 1 of 1) sorted by relevance
316 #define ANGLE_VALIDATE_PACKED_ENUM(type, packed, glenum) \ argument317 static_assert(ToGLenum(type::packed) == glenum, #type " violation"); \318 static_assert(FromGLenum<type>(glenum) == type::packed, #type " violation")