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