Searched refs:_glptr_ColorTable (Results 1 – 1 of 1) sorted by relevance
5904 typedef void (GLAPIENTRYP _glptr_ColorTable)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid … typedef5907 static inline _glptr_ColorTable GET_ColorTable(struct _glapi_table *disp) { in GET_ColorTable()5908 return (_glptr_ColorTable) (GET_by_offset(disp, _gloffset_ColorTable)); in GET_ColorTable()