Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4725 typedef void (GLAPIENTRYP _glptr_ClearAccum)(GLfloat, GLfloat, GLfloat, GLfloat); typedef
4728 static inline _glptr_ClearAccum GET_ClearAccum(struct _glapi_table *disp) { in GET_ClearAccum()
4729 return (_glptr_ClearAccum) (GET_by_offset(disp, _gloffset_ClearAccum)); in GET_ClearAccum()