Searched refs:_glptr_TexCoord2iv (Results 1 – 1 of 1) sorted by relevance
3352 typedef void (GLAPIENTRYP _glptr_TexCoord2iv)(const GLint *); typedef3355 static inline _glptr_TexCoord2iv GET_TexCoord2iv(struct _glapi_table *disp) { in GET_TexCoord2iv()3356 return (_glptr_TexCoord2iv) (GET_by_offset(disp, _gloffset_TexCoord2iv)); in GET_TexCoord2iv()