Searched refs:_glptr_TexCoord3s (Results 1 – 1 of 1) sorted by relevance
3451 typedef void (GLAPIENTRYP _glptr_TexCoord3s)(GLshort, GLshort, GLshort); typedef3454 static inline _glptr_TexCoord3s GET_TexCoord3s(struct _glapi_table *disp) { in GET_TexCoord3s()3455 return (_glptr_TexCoord3s) (GET_by_offset(disp, _gloffset_TexCoord3s)); in GET_TexCoord3s()