Searched refs:_glptr_ViewportIndexedf (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 11730 typedef void (GLAPIENTRYP _glptr_ViewportIndexedf)(GLuint, GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLfloat,GLfloat,GLfloat,GLfloat) 11733 static inline _glptr_ViewportIndexedf GET_ViewportIndexedf(struct _glapi_table *disp) { 11734 return (_glptr_ViewportIndexedf) (GET_by_offset(disp, _gloffset_ViewportIndexedf)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 12203 typedef void (GLAPIENTRYP _glptr_ViewportIndexedf)(GLuint, GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLfloat,GLfloat,GLfloat,GLfloat) 12206 static inline _glptr_ViewportIndexedf GET_ViewportIndexedf(struct _glapi_table *disp) { 12207 return (_glptr_ViewportIndexedf) (GET_by_offset(disp, _gloffset_ViewportIndexedf)); [all...] |
Completed in 135 milliseconds