Searched refs:_glptr_ClearBufferiv (Results 1 – 1 of 1) sorted by relevance
6938 typedef void (GLAPIENTRYP _glptr_ClearBufferiv)(GLenum, GLint, const GLint *); typedef6941 static inline _glptr_ClearBufferiv GET_ClearBufferiv(struct _glapi_table *disp) { in GET_ClearBufferiv()6942 return (_glptr_ClearBufferiv) (GET_by_offset(disp, _gloffset_ClearBufferiv)); in GET_ClearBufferiv()