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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8672 typedef void (GLAPIENTRYP _glptr_VertexAttrib4uiv)(GLuint, const GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLuint *)
8675 static inline _glptr_VertexAttrib4uiv GET_VertexAttrib4uiv(struct _glapi_table *disp) {
8676 return (_glptr_VertexAttrib4uiv) (GET_by_offset(disp, _gloffset_VertexAttrib4uiv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h9145 typedef void (GLAPIENTRYP _glptr_VertexAttrib4uiv)(GLuint, const GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLuint *)
9148 static inline _glptr_VertexAttrib4uiv GET_VertexAttrib4uiv(struct _glapi_table *disp) {
9149 return (_glptr_VertexAttrib4uiv) (GET_by_offset(disp, _gloffset_VertexAttrib4uiv));
[all...]

Completed in 107 milliseconds