Searched refs:_glptr_DrawBuffer (Results 1 – 1 of 1) sorted by relevance
4397 typedef void (GLAPIENTRYP _glptr_DrawBuffer)(GLenum); typedef4400 static inline _glptr_DrawBuffer GET_DrawBuffer(struct _glapi_table *disp) { in GET_DrawBuffer()4401 return (_glptr_DrawBuffer) (GET_by_offset(disp, _gloffset_DrawBuffer)); in GET_DrawBuffer()