Searched refs:_glptr_ClearColor (Results 1 – 1 of 1) sorted by relevance
4747 typedef void (GLAPIENTRYP _glptr_ClearColor)(GLclampf, GLclampf, GLclampf, GLclampf); typedef4750 static inline _glptr_ClearColor GET_ClearColor(struct _glapi_table *disp) { in GET_ClearColor()4751 return (_glptr_ClearColor) (GET_by_offset(disp, _gloffset_ClearColor)); in GET_ClearColor()