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