Home | History | Annotate | Download | only in common

Lines Matching defs:Viewport

8294 struct Viewport {
8295 typedef Viewport ValueType;
8327 COMPILE_ASSERT(sizeof(Viewport) == 20,
8329 COMPILE_ASSERT(offsetof(Viewport, header) == 0,
8331 COMPILE_ASSERT(offsetof(Viewport, x) == 4,
8333 COMPILE_ASSERT(offsetof(Viewport, y) == 8,
8335 COMPILE_ASSERT(offsetof(Viewport, width) == 12,
8337 COMPILE_ASSERT(offsetof(Viewport, height) == 16,