Home | History | Annotate | Download | only in common

Lines Matching refs:CopyTexSubImage2D

1260 struct CopyTexSubImage2D {
1261 typedef CopyTexSubImage2D ValueType;
1316 COMPILE_ASSERT(sizeof(CopyTexSubImage2D) == 36,
1318 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, header) == 0,
1320 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, target) == 4,
1322 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, level) == 8,
1324 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, xoffset) == 12,
1326 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, yoffset) == 16,
1328 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, x) == 20,
1330 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, y) == 24,
1332 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, width) == 28,
1334 COMPILE_ASSERT(offsetof(CopyTexSubImage2D, height) == 32,