Searched refs:_glptr_Translatef (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 5845 typedef void (GLAPIENTRYP _glptr_Translatef)(GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat) 5848 static inline _glptr_Translatef GET_Translatef(struct _glapi_table *disp) { 5849 return (_glptr_Translatef) (GET_by_offset(disp, _gloffset_Translatef)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 6318 typedef void (GLAPIENTRYP _glptr_Translatef)(GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat) 6321 static inline _glptr_Translatef GET_Translatef(struct _glapi_table *disp) { 6322 return (_glptr_Translatef) (GET_by_offset(disp, _gloffset_Translatef)); [all...] |
Completed in 144 milliseconds