Home | History | Annotate | Download | only in common

Lines Matching defs:BindTexture

344 struct BindTexture {
345 typedef BindTexture ValueType;
373 COMPILE_ASSERT(sizeof(BindTexture) == 12,
375 COMPILE_ASSERT(offsetof(BindTexture, header) == 0,
377 COMPILE_ASSERT(offsetof(BindTexture, target) == 4,
379 COMPILE_ASSERT(offsetof(BindTexture, texture) == 8,