Searched refs:_glptr_BindVertexBuffers (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 12522 typedef void (GLAPIENTRYP _glptr_BindVertexBuffers)(GLuint, GLsizei, const GLuint *, const GLintptr *, const GLsizei *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLsizei,const GLuint *,const GLintptr *,const GLsizei *) 12525 static inline _glptr_BindVertexBuffers GET_BindVertexBuffers(struct _glapi_table *disp) { 12526 return (_glptr_BindVertexBuffers) (GET_by_offset(disp, _gloffset_BindVertexBuffers)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 12995 typedef void (GLAPIENTRYP _glptr_BindVertexBuffers)(GLuint, GLsizei, const GLuint *, const GLintptr *, const GLsizei *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLsizei,const GLuint *,const GLintptr *,const GLsizei *) 12998 static inline _glptr_BindVertexBuffers GET_BindVertexBuffers(struct _glapi_table *disp) { 12999 return (_glptr_BindVertexBuffers) (GET_by_offset(disp, _gloffset_BindVertexBuffers)); [all...] |
Completed in 105 milliseconds