Home | History | Annotate | Download | only in common

Lines Matching defs:TexSubImage2D

6003 struct TexSubImage2D {
6004 typedef TexSubImage2D ValueType;
6059 COMPILE_ASSERT(sizeof(TexSubImage2D) == 48,
6061 COMPILE_ASSERT(offsetof(TexSubImage2D, header) == 0,
6063 COMPILE_ASSERT(offsetof(TexSubImage2D, target) == 4,
6065 COMPILE_ASSERT(offsetof(TexSubImage2D, level) == 8,
6067 COMPILE_ASSERT(offsetof(TexSubImage2D, xoffset) == 12,
6069 COMPILE_ASSERT(offsetof(TexSubImage2D, yoffset) == 16,
6071 COMPILE_ASSERT(offsetof(TexSubImage2D, width) == 20,
6073 COMPILE_ASSERT(offsetof(TexSubImage2D, height) == 24,
6075 COMPILE_ASSERT(offsetof(TexSubImage2D, format) == 28,
6077 COMPILE_ASSERT(offsetof(TexSubImage2D, type) == 32,
6079 COMPILE_ASSERT(offsetof(TexSubImage2D, pixels_shm_id) == 36,
6081 COMPILE_ASSERT(offsetof(TexSubImage2D, pixels_shm_offset) == 40,
6083 COMPILE_ASSERT(offsetof(TexSubImage2D, internal) == 44,