Searched refs:_glptr_VertexAttribPointer (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 8694 typedef void (GLAPIENTRYP _glptr_VertexAttribPointer)(GLuint, GLint, GLenum, GLboolean, GLsizei, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLint,GLenum,GLboolean,GLsizei,const GLvoid *) 8697 static inline _glptr_VertexAttribPointer GET_VertexAttribPointer(struct _glapi_table *disp) { 8698 return (_glptr_VertexAttribPointer) (GET_by_offset(disp, _gloffset_VertexAttribPointer)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 9167 typedef void (GLAPIENTRYP _glptr_VertexAttribPointer)(GLuint, GLint, GLenum, GLboolean, GLsizei, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLint,GLenum,GLboolean,GLsizei,const GLvoid *) 9170 static inline _glptr_VertexAttribPointer GET_VertexAttribPointer(struct _glapi_table *disp) { 9171 return (_glptr_VertexAttribPointer) (GET_by_offset(disp, _gloffset_VertexAttribPointer)); [all...] |
Completed in 102 milliseconds