Lines Matching refs:_glptr_AttachShader
8243 typedef void (GLAPIENTRYP _glptr_AttachShader)(GLuint, GLuint);8246 static inline _glptr_AttachShader GET_AttachShader(struct _glapi_table *disp) {8247 return (_glptr_AttachShader) (GET_by_offset(disp, _gloffset_AttachShader));