Searched refs:_glptr_DrawBuffers (Results 1 – 1 of 1) sorted by relevance
7860 typedef void (GLAPIENTRYP _glptr_DrawBuffers)(GLsizei, const GLenum *); typedef7863 static inline _glptr_DrawBuffers GET_DrawBuffers(struct _glapi_table *disp) { in GET_DrawBuffers()7864 return (_glptr_DrawBuffers) (GET_by_offset(disp, _gloffset_DrawBuffers)); in GET_DrawBuffers()