Searched refs:_glptr_TexEnvfv (Results 1 – 1 of 1) sorted by relevance
4210 typedef void (GLAPIENTRYP _glptr_TexEnvfv)(GLenum, GLenum, const GLfloat *); typedef4213 static inline _glptr_TexEnvfv GET_TexEnvfv(struct _glapi_table *disp) { in GET_TexEnvfv()4214 return (_glptr_TexEnvfv) (GET_by_offset(disp, _gloffset_TexEnvfv)); in GET_TexEnvfv()