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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8397 typedef void (GLAPIENTRYP _glptr_VertexAttrib1dv)(GLuint, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLdouble *)
8400 static inline _glptr_VertexAttrib1dv GET_VertexAttrib1dv(struct _glapi_table *disp) {
8401 return (_glptr_VertexAttrib1dv) (GET_by_offset(disp, _gloffset_VertexAttrib1dv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8870 typedef void (GLAPIENTRYP _glptr_VertexAttrib1dv)(GLuint, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLdouble *)
8873 static inline _glptr_VertexAttrib1dv GET_VertexAttrib1dv(struct _glapi_table *disp) {
8874 return (_glptr_VertexAttrib1dv) (GET_by_offset(disp, _gloffset_VertexAttrib1dv));
[all...]

Completed in 164 milliseconds