Searched refs:_glptr_TexCoord3fv (Results 1 – 1 of 1) sorted by relevance
3418 typedef void (GLAPIENTRYP _glptr_TexCoord3fv)(const GLfloat *); typedef3421 static inline _glptr_TexCoord3fv GET_TexCoord3fv(struct _glapi_table *disp) { in GET_TexCoord3fv()3422 return (_glptr_TexCoord3fv) (GET_by_offset(disp, _gloffset_TexCoord3fv)); in GET_TexCoord3fv()