Home | History | Annotate | Download | only in common

Lines Matching defs:BufferData

589 struct BufferData {
590 typedef BufferData ValueType;
629 COMPILE_ASSERT(sizeof(BufferData) == 24,
631 COMPILE_ASSERT(offsetof(BufferData, header) == 0,
633 COMPILE_ASSERT(offsetof(BufferData, target) == 4,
635 COMPILE_ASSERT(offsetof(BufferData, size) == 8,
637 COMPILE_ASSERT(offsetof(BufferData, data_shm_id) == 12,
639 COMPILE_ASSERT(offsetof(BufferData, data_shm_offset) == 16,
641 COMPILE_ASSERT(offsetof(BufferData, usage) == 20,