Home | History | Annotate | Download | only in common

Lines Matching defs:StencilOpSeparate

5523 struct StencilOpSeparate {
5524 typedef StencilOpSeparate ValueType;
5557 COMPILE_ASSERT(sizeof(StencilOpSeparate) == 20,
5559 COMPILE_ASSERT(offsetof(StencilOpSeparate, header) == 0,
5561 COMPILE_ASSERT(offsetof(StencilOpSeparate, face) == 4,
5563 COMPILE_ASSERT(offsetof(StencilOpSeparate, fail) == 8,
5565 COMPILE_ASSERT(offsetof(StencilOpSeparate, zfail) == 12,
5567 COMPILE_ASSERT(offsetof(StencilOpSeparate, zpass) == 16,