Home | History | Annotate | Download | only in common

Lines Matching defs:TexImage2D

5570 struct TexImage2D {
5571 typedef TexImage2D ValueType;
5624 COMPILE_ASSERT(sizeof(TexImage2D) == 44,
5626 COMPILE_ASSERT(offsetof(TexImage2D, header) == 0,
5628 COMPILE_ASSERT(offsetof(TexImage2D, target) == 4,
5630 COMPILE_ASSERT(offsetof(TexImage2D, level) == 8,
5632 COMPILE_ASSERT(offsetof(TexImage2D, internalformat) == 12,
5634 COMPILE_ASSERT(offsetof(TexImage2D, width) == 16,
5636 COMPILE_ASSERT(offsetof(TexImage2D, height) == 20,
5638 COMPILE_ASSERT(offsetof(TexImage2D, border) == 24,
5640 COMPILE_ASSERT(offsetof(TexImage2D, format) == 28,
5642 COMPILE_ASSERT(offsetof(TexImage2D, type) == 32,
5644 COMPILE_ASSERT(offsetof(TexImage2D, pixels_shm_id) == 36,
5646 COMPILE_ASSERT(offsetof(TexImage2D, pixels_shm_offset) == 40,