Searched refs:_glptr_Fogf (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4184 typedef void (GLAPIENTRYP _glptr_Fogf)(GLenum, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLfloat) 4187 static inline _glptr_Fogf GET_Fogf(struct _glapi_table *disp) { 4188 return (_glptr_Fogf) (GET_by_offset(disp, _gloffset_Fogf)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 4657 typedef void (GLAPIENTRYP _glptr_Fogf)(GLenum, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLfloat) 4660 static inline _glptr_Fogf GET_Fogf(struct _glapi_table *disp) { 4661 return (_glptr_Fogf) (GET_by_offset(disp, _gloffset_Fogf)); [all...] |
Completed in 131 milliseconds