Home | History | Annotate | Download | only in common

Lines Matching refs:CompressedTexSubImage2DBucket

1009 struct CompressedTexSubImage2DBucket {
1010 typedef CompressedTexSubImage2DBucket ValueType;
1071 COMPILE_ASSERT(sizeof(CompressedTexSubImage2DBucket) == 36,
1073 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, header) == 0,
1075 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, target) == 4,
1077 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, level) == 8,
1079 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, xoffset) == 12,
1081 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, yoffset) == 16,
1083 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, width) == 20,
1085 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, height) == 24,
1087 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, format) == 28,
1089 COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, bucket_id) == 32,