Searched refs:_glptr_TexCoord3sv (Results 1 – 1 of 1) sorted by relevance
3462 typedef void (GLAPIENTRYP _glptr_TexCoord3sv)(const GLshort *); typedef3465 static inline _glptr_TexCoord3sv GET_TexCoord3sv(struct _glapi_table *disp) { in GET_TexCoord3sv()3466 return (_glptr_TexCoord3sv) (GET_by_offset(disp, _gloffset_TexCoord3sv)); in GET_TexCoord3sv()