Searched refs:_glptr_ClearAccum (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4745 typedef void (GLAPIENTRYP _glptr_ClearAccum)(GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat,GLfloat) 4748 static inline _glptr_ClearAccum GET_ClearAccum(struct _glapi_table *disp) { 4749 return (_glptr_ClearAccum) (GET_by_offset(disp, _gloffset_ClearAccum)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5218 typedef void (GLAPIENTRYP _glptr_ClearAccum)(GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat,GLfloat) 5221 static inline _glptr_ClearAccum GET_ClearAccum(struct _glapi_table *disp) { 5222 return (_glptr_ClearAccum) (GET_by_offset(disp, _gloffset_ClearAccum)); [all...] |
Completed in 132 milliseconds