Home | History | Annotate | Download | only in common

Lines Matching defs:DepthRangef

2232 struct DepthRangef {
2233 typedef DepthRangef ValueType;
2261 COMPILE_ASSERT(sizeof(DepthRangef) == 12,
2263 COMPILE_ASSERT(offsetof(DepthRangef, header) == 0,
2265 COMPILE_ASSERT(offsetof(DepthRangef, zNear) == 4,
2267 COMPILE_ASSERT(offsetof(DepthRangef, zFar) == 8,