Home | History | Annotate | Download | only in common

Lines Matching defs:FramebufferTexture2D

2645 struct FramebufferTexture2D {
2646 typedef FramebufferTexture2D ValueType;
2685 COMPILE_ASSERT(sizeof(FramebufferTexture2D) == 24,
2687 COMPILE_ASSERT(offsetof(FramebufferTexture2D, header) == 0,
2689 COMPILE_ASSERT(offsetof(FramebufferTexture2D, target) == 4,
2691 COMPILE_ASSERT(offsetof(FramebufferTexture2D, attachment) == 8,
2693 COMPILE_ASSERT(offsetof(FramebufferTexture2D, textarget) == 12,
2695 COMPILE_ASSERT(offsetof(FramebufferTexture2D, texture) == 16,
2697 COMPILE_ASSERT(offsetof(FramebufferTexture2D, level) == 20,