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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h9178 typedef void (GLAPIENTRYP _glptr_VertexAttribI1iv)(GLuint, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLint *)
9181 static inline _glptr_VertexAttribI1iv GET_VertexAttribI1iv(struct _glapi_table *disp) {
9182 return (_glptr_VertexAttribI1iv) (GET_by_offset(disp, _gloffset_VertexAttribI1iv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h9651 typedef void (GLAPIENTRYP _glptr_VertexAttribI1iv)(GLuint, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLint *)
9654 static inline _glptr_VertexAttribI1iv GET_VertexAttribI1iv(struct _glapi_table *disp) {
9655 return (_glptr_VertexAttribI1iv) (GET_by_offset(disp, _gloffset_VertexAttribI1iv));
[all...]

Completed in 106 milliseconds