Searched refs:_glptr_TexCoord2fv (Results 1 – 1 of 1) sorted by relevance
3330 typedef void (GLAPIENTRYP _glptr_TexCoord2fv)(const GLfloat *); typedef3333 static inline _glptr_TexCoord2fv GET_TexCoord2fv(struct _glapi_table *disp) { in GET_TexCoord2fv()3334 return (_glptr_TexCoord2fv) (GET_by_offset(disp, _gloffset_TexCoord2fv)); in GET_TexCoord2fv()