Searched refs:_glptr_TexCoord4iv (Results 1 – 1 of 1) sorted by relevance
3528 typedef void (GLAPIENTRYP _glptr_TexCoord4iv)(const GLint *); typedef3531 static inline _glptr_TexCoord4iv GET_TexCoord4iv(struct _glapi_table *disp) { in GET_TexCoord4iv()3532 return (_glptr_TexCoord4iv) (GET_by_offset(disp, _gloffset_TexCoord4iv)); in GET_TexCoord4iv()