Home | History | Annotate | Download | only in common

Lines Matching refs:CopyTexImage2D

1189 struct CopyTexImage2D {
1190 typedef CopyTexImage2D ValueType;
1242 COMPILE_ASSERT(sizeof(CopyTexImage2D) == 32, Sizeof_CopyTexImage2D_is_not_32);
1243 COMPILE_ASSERT(offsetof(CopyTexImage2D, header) == 0,
1245 COMPILE_ASSERT(offsetof(CopyTexImage2D, target) == 4,
1247 COMPILE_ASSERT(offsetof(CopyTexImage2D, level) == 8,
1249 COMPILE_ASSERT(offsetof(CopyTexImage2D, internalformat) == 12,
1251 COMPILE_ASSERT(offsetof(CopyTexImage2D, x) == 16,
1253 COMPILE_ASSERT(offsetof(CopyTexImage2D, y) == 20,
1255 COMPILE_ASSERT(offsetof(CopyTexImage2D, width) == 24,
1257 COMPILE_ASSERT(offsetof(CopyTexImage2D, height) == 28,