Searched refs:_glptr_TexCoord1s (Results 1 – 1 of 1) sorted by relevance
3275 typedef void (GLAPIENTRYP _glptr_TexCoord1s)(GLshort); typedef3278 static inline _glptr_TexCoord1s GET_TexCoord1s(struct _glapi_table *disp) { in GET_TexCoord1s()3279 return (_glptr_TexCoord1s) (GET_by_offset(disp, _gloffset_TexCoord1s)); in GET_TexCoord1s()