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