Searched refs:_glptr_Translatex (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 17956 typedef void (GLAPIENTRYP _glptr_Translatex)(GLfixed, GLfixed, GLfixed); typedef in typeref:typename:void (GLAPIENTRYP)(GLfixed,GLfixed,GLfixed) 17959 static inline _glptr_Translatex GET_Translatex(struct _glapi_table *disp) { 17960 return (_glptr_Translatex) (GET_by_offset(disp, _gloffset_Translatex)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 18429 typedef void (GLAPIENTRYP _glptr_Translatex)(GLfixed, GLfixed, GLfixed); typedef in typeref:typename:void (GLAPIENTRYP)(GLfixed,GLfixed,GLfixed) 18432 static inline _glptr_Translatex GET_Translatex(struct _glapi_table *disp) { 18433 return (_glptr_Translatex) (GET_by_offset(disp, _gloffset_Translatex)); [all...] |
Completed in 218 milliseconds