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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3535 typedef void (GLAPIENTRYP _glptr_TexCoord1d)(GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble)
3538 static inline _glptr_TexCoord1d GET_TexCoord1d(struct _glapi_table *disp) {
3539 return (_glptr_TexCoord1d) (GET_by_offset(disp, _gloffset_TexCoord1d));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4008 typedef void (GLAPIENTRYP _glptr_TexCoord1d)(GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble)
4011 static inline _glptr_TexCoord1d GET_TexCoord1d(struct _glapi_table *disp) {
4012 return (_glptr_TexCoord1d) (GET_by_offset(disp, _gloffset_TexCoord1d));
[all...]

Completed in 133 milliseconds