Searched refs:_glptr_TexGenfv (Results 1 – 1 of 1) sorted by relevance
4276 typedef void (GLAPIENTRYP _glptr_TexGenfv)(GLenum, GLenum, const GLfloat *); typedef4279 static inline _glptr_TexGenfv GET_TexGenfv(struct _glapi_table *disp) { in GET_TexGenfv()4280 return (_glptr_TexGenfv) (GET_by_offset(disp, _gloffset_TexGenfv)); in GET_TexGenfv()