Home | History | Annotate | Download | only in common

Lines Matching defs:StencilFunc

5321 struct StencilFunc {
5322 typedef StencilFunc ValueType;
5352 COMPILE_ASSERT(sizeof(StencilFunc) == 16,
5354 COMPILE_ASSERT(offsetof(StencilFunc, header) == 0,
5356 COMPILE_ASSERT(offsetof(StencilFunc, func) == 4,
5358 COMPILE_ASSERT(offsetof(StencilFunc, ref) == 8,
5360 COMPILE_ASSERT(offsetof(StencilFunc, mask) == 12,