Searched refs:_glptr_TexCoord3iv (Results 1 – 1 of 1) sorted by relevance
3440 typedef void (GLAPIENTRYP _glptr_TexCoord3iv)(const GLint *); typedef3443 static inline _glptr_TexCoord3iv GET_TexCoord3iv(struct _glapi_table *disp) { in GET_TexCoord3iv()3444 return (_glptr_TexCoord3iv) (GET_by_offset(disp, _gloffset_TexCoord3iv)); in GET_TexCoord3iv()