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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3623 typedef void (GLAPIENTRYP _glptr_TexCoord2d)(GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble)
3626 static inline _glptr_TexCoord2d GET_TexCoord2d(struct _glapi_table *disp) {
3627 return (_glptr_TexCoord2d) (GET_by_offset(disp, _gloffset_TexCoord2d));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4096 typedef void (GLAPIENTRYP _glptr_TexCoord2d)(GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble)
4099 static inline _glptr_TexCoord2d GET_TexCoord2d(struct _glapi_table *disp) {
4100 return (_glptr_TexCoord2d) (GET_by_offset(disp, _gloffset_TexCoord2d));
[all...]

Completed in 141 milliseconds