Home | History | Annotate | Download | only in common

Lines Matching refs:CompressedTexSubImage2D

1092 struct CompressedTexSubImage2D {
1093 typedef CompressedTexSubImage2D ValueType;
1164 COMPILE_ASSERT(sizeof(CompressedTexSubImage2D) == 44,
1166 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, header) == 0,
1168 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, target) == 4,
1170 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, level) == 8,
1172 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, xoffset) == 12,
1174 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, yoffset) == 16,
1176 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, width) == 20,
1178 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, height) == 24,
1180 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, format) == 28,
1182 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, imageSize) == 32,
1184 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, data_shm_id) == 36,
1186 COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, data_shm_offset) == 40,