Searched refs:_glptr_TexCoord2s (Results 1 – 1 of 1) sorted by relevance
3363 typedef void (GLAPIENTRYP _glptr_TexCoord2s)(GLshort, GLshort); typedef3366 static inline _glptr_TexCoord2s GET_TexCoord2s(struct _glapi_table *disp) { in GET_TexCoord2s()3367 return (_glptr_TexCoord2s) (GET_by_offset(disp, _gloffset_TexCoord2s)); in GET_TexCoord2s()