Searched refs:_glptr_WindowPos3f (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 7495 typedef void (GLAPIENTRYP _glptr_WindowPos3f)(GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat) 7498 static inline _glptr_WindowPos3f GET_WindowPos3f(struct _glapi_table *disp) { 7499 return (_glptr_WindowPos3f) (GET_by_offset(disp, _gloffset_WindowPos3f)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 7968 typedef void (GLAPIENTRYP _glptr_WindowPos3f)(GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat) 7971 static inline _glptr_WindowPos3f GET_WindowPos3f(struct _glapi_table *disp) { 7972 return (_glptr_WindowPos3f) (GET_by_offset(disp, _gloffset_WindowPos3f)); [all...] |
Completed in 139 milliseconds