Searched refs:_glptr_TexCoord4f (Results 1 – 1 of 1) sorted by relevance
3495 typedef void (GLAPIENTRYP _glptr_TexCoord4f)(GLfloat, GLfloat, GLfloat, GLfloat); typedef3498 static inline _glptr_TexCoord4f GET_TexCoord4f(struct _glapi_table *disp) { in GET_TexCoord4f()3499 return (_glptr_TexCoord4f) (GET_by_offset(disp, _gloffset_TexCoord4f)); in GET_TexCoord4f()