Searched refs:_glptr_TexCoord2d (Results 1 – 1 of 1) sorted by relevance
3297 typedef void (GLAPIENTRYP _glptr_TexCoord2d)(GLdouble, GLdouble); typedef3300 static inline _glptr_TexCoord2d GET_TexCoord2d(struct _glapi_table *disp) { in GET_TexCoord2d()3301 return (_glptr_TexCoord2d) (GET_by_offset(disp, _gloffset_TexCoord2d)); in GET_TexCoord2d()