Home | History | Annotate | Download | only in common

Lines Matching defs:DrawElements

2418 struct DrawElements {
2419 typedef DrawElements ValueType;
2453 COMPILE_ASSERT(sizeof(DrawElements) == 20,
2455 COMPILE_ASSERT(offsetof(DrawElements, header) == 0,
2457 COMPILE_ASSERT(offsetof(DrawElements, mode) == 4,
2459 COMPILE_ASSERT(offsetof(DrawElements, count) == 8,
2461 COMPILE_ASSERT(offsetof(DrawElements, type) == 12,
2463 COMPILE_ASSERT(offsetof(DrawElements, index_offset) == 16,