Searched refs:_glptr_TexCoord1f (Results 1 – 1 of 1) sorted by relevance
3537 typedef void (GLAPIENTRYP _glptr_TexCoord1f)(GLfloat); typedef3540 static inline _glptr_TexCoord1f GET_TexCoord1f(struct _glapi_table *disp) { in GET_TexCoord1f()3541 return (_glptr_TexCoord1f) (GET_by_offset(disp, _gloffset_TexCoord1f)); in GET_TexCoord1f()