Searched refs:_glptr_VertexArrayVertexBuffers (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h13809 typedef void (GLAPIENTRYP _glptr_VertexArrayVertexBuffers)(GLuint, GLuint, GLsizei, const GLuint *, const GLintptr *, const GLsizei *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,GLsizei,const GLuint *,const GLintptr *,const GLsizei *)
13812 static inline _glptr_VertexArrayVertexBuffers GET_VertexArrayVertexBuffers(struct _glapi_table *disp) {
13813 return (_glptr_VertexArrayVertexBuffers) (GET_by_offset(disp, _gloffset_VertexArrayVertexBuffers));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h14282 typedef void (GLAPIENTRYP _glptr_VertexArrayVertexBuffers)(GLuint, GLuint, GLsizei, const GLuint *, const GLintptr *, const GLsizei *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,GLsizei,const GLuint *,const GLintptr *,const GLsizei *)
14285 static inline _glptr_VertexArrayVertexBuffers GET_VertexArrayVertexBuffers(struct _glapi_table *disp) {
14286 return (_glptr_VertexArrayVertexBuffers) (GET_by_offset(disp, _gloffset_VertexArrayVertexBuffers));
[all...]

Completed in 104 milliseconds