Home | History | Annotate | Download | only in common

Lines Matching defs:BlendEquation

430 struct BlendEquation {
431 typedef BlendEquation ValueType;
457 COMPILE_ASSERT(sizeof(BlendEquation) == 8,
459 COMPILE_ASSERT(offsetof(BlendEquation, header) == 0,
461 COMPILE_ASSERT(offsetof(BlendEquation, mode) == 4,