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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8386 typedef void (GLAPIENTRYP _glptr_VertexAttrib1d)(GLuint, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLdouble)
8389 static inline _glptr_VertexAttrib1d GET_VertexAttrib1d(struct _glapi_table *disp) {
8390 return (_glptr_VertexAttrib1d) (GET_by_offset(disp, _gloffset_VertexAttrib1d));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8859 typedef void (GLAPIENTRYP _glptr_VertexAttrib1d)(GLuint, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLdouble)
8862 static inline _glptr_VertexAttrib1d GET_VertexAttrib1d(struct _glapi_table *disp) {
8863 return (_glptr_VertexAttrib1d) (GET_by_offset(disp, _gloffset_VertexAttrib1d));
[all...]

Completed in 113 milliseconds