Searched refs:_glptr_TexCoord4fv (Results 1 – 1 of 1) sorted by relevance
3812 typedef void (GLAPIENTRYP _glptr_TexCoord4fv)(const GLfloat *); typedef3815 static inline _glptr_TexCoord4fv GET_TexCoord4fv(struct _glapi_table *disp) { in GET_TexCoord4fv()3816 return (_glptr_TexCoord4fv) (GET_by_offset(disp, _gloffset_TexCoord4fv)); in GET_TexCoord4fv()