Searched refs:_glptr_GetLightiv (Results 1 – 1 of 1) sorted by relevance
5090 typedef void (GLAPIENTRYP _glptr_GetLightiv)(GLenum, GLenum, GLint *); typedef5093 static inline _glptr_GetLightiv GET_GetLightiv(struct _glapi_table *disp) { in GET_GetLightiv()5094 return (_glptr_GetLightiv) (GET_by_offset(disp, _gloffset_GetLightiv)); in GET_GetLightiv()