Home | History | Annotate | Download | only in common

Lines Matching defs:PolygonOffset

4116 struct PolygonOffset {
4117 typedef PolygonOffset ValueType;
4144 COMPILE_ASSERT(sizeof(PolygonOffset) == 12, Sizeof_PolygonOffset_is_not_12);
4145 COMPILE_ASSERT(offsetof(PolygonOffset, header) == 0,
4147 COMPILE_ASSERT(offsetof(PolygonOffset, factor) == 4,
4149 COMPILE_ASSERT(offsetof(PolygonOffset, units) == 8,