Home | History | Annotate | Download | only in common

Lines Matching defs:DetachShader

2270 struct DetachShader {
2271 typedef DetachShader ValueType;
2299 COMPILE_ASSERT(sizeof(DetachShader) == 12,
2301 COMPILE_ASSERT(offsetof(DetachShader, header) == 0,
2303 COMPILE_ASSERT(offsetof(DetachShader, program) == 4,
2305 COMPILE_ASSERT(offsetof(DetachShader, shader) == 8,