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