Searched refs:_glptr_VertexAttribP4uiv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 10916 typedef void (GLAPIENTRYP _glptr_VertexAttribP4uiv)(GLuint, GLenum, GLboolean, const GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLboolean,const GLuint *) 10919 static inline _glptr_VertexAttribP4uiv GET_VertexAttribP4uiv(struct _glapi_table *disp) { 10920 return (_glptr_VertexAttribP4uiv) (GET_by_offset(disp, _gloffset_VertexAttribP4uiv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 11389 typedef void (GLAPIENTRYP _glptr_VertexAttribP4uiv)(GLuint, GLenum, GLboolean, const GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLboolean,const GLuint *) 11392 static inline _glptr_VertexAttribP4uiv GET_VertexAttribP4uiv(struct _glapi_table *disp) { 11393 return (_glptr_VertexAttribP4uiv) (GET_by_offset(disp, _gloffset_VertexAttribP4uiv)); [all...] |
Completed in 107 milliseconds