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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8441 typedef void (GLAPIENTRYP _glptr_VertexAttrib2dv)(GLuint, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLdouble *)
8444 static inline _glptr_VertexAttrib2dv GET_VertexAttrib2dv(struct _glapi_table *disp) {
8445 return (_glptr_VertexAttrib2dv) (GET_by_offset(disp, _gloffset_VertexAttrib2dv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8914 typedef void (GLAPIENTRYP _glptr_VertexAttrib2dv)(GLuint, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLdouble *)
8917 static inline _glptr_VertexAttrib2dv GET_VertexAttrib2dv(struct _glapi_table *disp) {
8918 return (_glptr_VertexAttrib2dv) (GET_by_offset(disp, _gloffset_VertexAttrib2dv));
[all...]

Completed in 105 milliseconds