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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3799 typedef void (GLAPIENTRYP _glptr_TexCoord4d)(GLdouble, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble,GLdouble)
3802 static inline _glptr_TexCoord4d GET_TexCoord4d(struct _glapi_table *disp) {
3803 return (_glptr_TexCoord4d) (GET_by_offset(disp, _gloffset_TexCoord4d));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4272 typedef void (GLAPIENTRYP _glptr_TexCoord4d)(GLdouble, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble,GLdouble)
4275 static inline _glptr_TexCoord4d GET_TexCoord4d(struct _glapi_table *disp) {
4276 return (_glptr_TexCoord4d) (GET_by_offset(disp, _gloffset_TexCoord4d));
[all...]

Completed in 111 milliseconds