Searched refs:_glptr_BindVertexBuffer (Results 1 – 1 of 1) sorted by relevance
12183 typedef void (GLAPIENTRYP _glptr_BindVertexBuffer)(GLuint, GLuint, GLintptr, GLsizei); typedef12186 static inline _glptr_BindVertexBuffer GET_BindVertexBuffer(struct _glapi_table *disp) { in GET_BindVertexBuffer()12187 return (_glptr_BindVertexBuffer) (GET_by_offset(disp, _gloffset_BindVertexBuffer)); in GET_BindVertexBuffer()