Searched refs:_glptr_ColorTableParameterfv (Results 1 – 1 of 1) sorted by relevance
5915 typedef void (GLAPIENTRYP _glptr_ColorTableParameterfv)(GLenum, GLenum, const GLfloat *); typedef5918 static inline _glptr_ColorTableParameterfv GET_ColorTableParameterfv(struct _glapi_table *disp) { in GET_ColorTableParameterfv()5919 return (_glptr_ColorTableParameterfv) (GET_by_offset(disp, _gloffset_ColorTableParameterfv)); in GET_ColorTableParameterfv()