Home | History | Annotate | Download | only in common

Lines Matching defs:CopyTexSubImage2D

1570 struct CopyTexSubImage2D {
1571 typedef CopyTexSubImage2D ValueType;
1617 COMPILE_ASSERT(sizeof(CopyTexSubImage2D) == 36,
1619 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, header) == 0,
1621 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, target) == 4,
1623 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, level) == 8,
1625 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, xoffset) == 12,
1627 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, yoffset) == 16,
1629 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, x) == 20,
1631 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, y) == 24,
1633 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, width) == 28,
1635 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, height) == 32,