Home | History | Annotate | Download | only in common

Lines Matching defs:AttachShader

46 struct AttachShader {
47 typedef AttachShader ValueType;
75 COMPILE_ASSERT(sizeof(AttachShader) == 12,
77 COMPILE_ASSERT(offsetof(AttachShader, header) == 0,
79 COMPILE_ASSERT(offsetof(AttachShader, program) == 4,
81 COMPILE_ASSERT(offsetof(AttachShader, shader) == 8,