Searched refs:_glptr_Rectf (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 3469 typedef void (GLAPIENTRYP _glptr_Rectf)(GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat,GLfloat) 3472 static inline _glptr_Rectf GET_Rectf(struct _glapi_table *disp) { 3473 return (_glptr_Rectf) (GET_by_offset(disp, _gloffset_Rectf)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 3942 typedef void (GLAPIENTRYP _glptr_Rectf)(GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat,GLfloat) 3945 static inline _glptr_Rectf GET_Rectf(struct _glapi_table *disp) { 3946 return (_glptr_Rectf) (GET_by_offset(disp, _gloffset_Rectf)); [all...] |
Completed in 104 milliseconds