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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8430 typedef void (GLAPIENTRYP _glptr_VertexAttrib2d)(GLuint, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLdouble,GLdouble)
8433 static inline _glptr_VertexAttrib2d GET_VertexAttrib2d(struct _glapi_table *disp) {
8434 return (_glptr_VertexAttrib2d) (GET_by_offset(disp, _gloffset_VertexAttrib2d));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8903 typedef void (GLAPIENTRYP _glptr_VertexAttrib2d)(GLuint, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLdouble,GLdouble)
8906 static inline _glptr_VertexAttrib2d GET_VertexAttrib2d(struct _glapi_table *disp) {
8907 return (_glptr_VertexAttrib2d) (GET_by_offset(disp, _gloffset_VertexAttrib2d));
[all...]

Completed in 216 milliseconds