Searched refs:_glptr_TexCoord1d (Results 1 – 1 of 1) sorted by relevance
3209 typedef void (GLAPIENTRYP _glptr_TexCoord1d)(GLdouble); typedef3212 static inline _glptr_TexCoord1d GET_TexCoord1d(struct _glapi_table *disp) { in GET_TexCoord1d()3213 return (_glptr_TexCoord1d) (GET_by_offset(disp, _gloffset_TexCoord1d)); in GET_TexCoord1d()