Searched refs:_glptr_GetColorTable (Results 1 – 1 of 1) sorted by relevance
6254 typedef void (GLAPIENTRYP _glptr_GetColorTable)(GLenum, GLenum, GLenum, GLvoid *); typedef6257 static inline _glptr_GetColorTable GET_GetColorTable(struct _glapi_table *disp) { in GET_GetColorTable()6258 return (_glptr_GetColorTable) (GET_by_offset(disp, _gloffset_GetColorTable)); in GET_GetColorTable()