Searched refs:_glptr_DetachShader (Results 1 – 1 of 1) sorted by relevance
6718 typedef void (GLAPIENTRYP _glptr_DetachShader)(GLuint, GLuint); typedef6721 static inline _glptr_DetachShader GET_DetachShader(struct _glapi_table *disp) { in GET_DetachShader()6722 return (_glptr_DetachShader) (GET_by_offset(disp, _gloffset_DetachShader)); in GET_DetachShader()