Searched refs:_glptr_ClipPlanef (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 17967 typedef void (GLAPIENTRYP _glptr_ClipPlanef)(GLenum, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,const GLfloat *) 17970 static inline _glptr_ClipPlanef GET_ClipPlanef(struct _glapi_table *disp) { 17971 return (_glptr_ClipPlanef) (GET_by_offset(disp, _gloffset_ClipPlanef)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 18440 typedef void (GLAPIENTRYP _glptr_ClipPlanef)(GLenum, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,const GLfloat *) 18443 static inline _glptr_ClipPlanef GET_ClipPlanef(struct _glapi_table *disp) { 18444 return (_glptr_ClipPlanef) (GET_by_offset(disp, _gloffset_ClipPlanef)); [all...] |
Completed in 104 milliseconds