Home | History | Annotate | Download | only in common

Lines Matching refs:DepthRangef

1729 struct DepthRangef {
1730 typedef DepthRangef ValueType;
1757 COMPILE_ASSERT(sizeof(DepthRangef) == 12, Sizeof_DepthRangef_is_not_12);
1758 COMPILE_ASSERT(offsetof(DepthRangef, header) == 0,
1760 COMPILE_ASSERT(offsetof(DepthRangef, zNear) == 4,
1762 COMPILE_ASSERT(offsetof(DepthRangef, zFar) == 8,