Lines Matching defs:_glptr_BindVertexBuffer
12676 typedef void (GLAPIENTRYP _glptr_BindVertexBuffer)(GLuint, GLuint, GLintptr, GLsizei);12679 static inline _glptr_BindVertexBuffer GET_BindVertexBuffer(struct _glapi_table *disp) {12680 return (_glptr_BindVertexBuffer) (GET_by_offset(disp, _gloffset_BindVertexBuffer));