Searched refs:_glptr_ClearBufferfv (Results 1 – 1 of 1) sorted by relevance
8828 typedef void (GLAPIENTRYP _glptr_ClearBufferfv)(GLenum, GLint, const GLfloat *); typedef8831 static inline _glptr_ClearBufferfv GET_ClearBufferfv(struct _glapi_table *disp) { in GET_ClearBufferfv()8832 return (_glptr_ClearBufferfv) (GET_by_offset(disp, _gloffset_ClearBufferfv)); in GET_ClearBufferfv()