Searched refs:_glptr_TexCoord3f (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 3733 typedef void (GLAPIENTRYP _glptr_TexCoord3f)(GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat) 3736 static inline _glptr_TexCoord3f GET_TexCoord3f(struct _glapi_table *disp) { 3737 return (_glptr_TexCoord3f) (GET_by_offset(disp, _gloffset_TexCoord3f)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 4206 typedef void (GLAPIENTRYP _glptr_TexCoord3f)(GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat) 4209 static inline _glptr_TexCoord3f GET_TexCoord3f(struct _glapi_table *disp) { 4210 return (_glptr_TexCoord3f) (GET_by_offset(disp, _gloffset_TexCoord3f)); [all...] |
Completed in 179 milliseconds