Home
last modified time | relevance | path

Searched refs:_glptr_ClearColor (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4747 typedef void (GLAPIENTRYP _glptr_ClearColor)(GLclampf, GLclampf, GLclampf, GLclampf); typedef
4750 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()