Searched refs:_glptr_RasterPos3f (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 3293 typedef void (GLAPIENTRYP _glptr_RasterPos3f)(GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat) 3296 static inline _glptr_RasterPos3f GET_RasterPos3f(struct _glapi_table *disp) { 3297 return (_glptr_RasterPos3f) (GET_by_offset(disp, _gloffset_RasterPos3f)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 3766 typedef void (GLAPIENTRYP _glptr_RasterPos3f)(GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat) 3769 static inline _glptr_RasterPos3f GET_RasterPos3f(struct _glapi_table *disp) { 3770 return (_glptr_RasterPos3f) (GET_by_offset(disp, _gloffset_RasterPos3f)); [all...] |
Completed in 104 milliseconds