Searched refs:_glptr_Scalex (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 17912 typedef void (GLAPIENTRYP _glptr_Scalex)(GLfixed, GLfixed, GLfixed); typedef in typeref:typename:void (GLAPIENTRYP)(GLfixed,GLfixed,GLfixed) 17915 static inline _glptr_Scalex GET_Scalex(struct _glapi_table *disp) { 17916 return (_glptr_Scalex) (GET_by_offset(disp, _gloffset_Scalex)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 18385 typedef void (GLAPIENTRYP _glptr_Scalex)(GLfixed, GLfixed, GLfixed); typedef in typeref:typename:void (GLAPIENTRYP)(GLfixed,GLfixed,GLfixed) 18388 static inline _glptr_Scalex GET_Scalex(struct _glapi_table *disp) { 18389 return (_glptr_Scalex) (GET_by_offset(disp, _gloffset_Scalex)); [all...] |
Completed in 182 milliseconds