Searched refs:_glptr_GetTexEnvfv (Results 1 – 1 of 1) sorted by relevance
5517 typedef void (GLAPIENTRYP _glptr_GetTexEnvfv)(GLenum, GLenum, GLfloat *); typedef5520 static inline _glptr_GetTexEnvfv GET_GetTexEnvfv(struct _glapi_table *disp) { in GET_GetTexEnvfv()5521 return (_glptr_GetTexEnvfv) (GET_by_offset(disp, _gloffset_GetTexEnvfv)); in GET_GetTexEnvfv()