Home | History | Annotate | Download | only in common

Lines Matching defs:BlendEquation

318 struct BlendEquation {
319 typedef BlendEquation ValueType;
344 COMPILE_ASSERT(sizeof(BlendEquation) == 8, Sizeof_BlendEquation_is_not_8);
345 COMPILE_ASSERT(offsetof(BlendEquation, header) == 0,
347 COMPILE_ASSERT(offsetof(BlendEquation, mode) == 4,