Searched refs:_glptr_TexCoord2sv (Results 1 – 1 of 1) sorted by relevance
3680 typedef void (GLAPIENTRYP _glptr_TexCoord2sv)(const GLshort *); typedef3683 static inline _glptr_TexCoord2sv GET_TexCoord2sv(struct _glapi_table *disp) { in GET_TexCoord2sv()3684 return (_glptr_TexCoord2sv) (GET_by_offset(disp, _gloffset_TexCoord2sv)); in GET_TexCoord2sv()