Searched refs:_glptr_TexCoord4f (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 3821 typedef void (GLAPIENTRYP _glptr_TexCoord4f)(GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat,GLfloat) 3824 static inline _glptr_TexCoord4f GET_TexCoord4f(struct _glapi_table *disp) { 3825 return (_glptr_TexCoord4f) (GET_by_offset(disp, _gloffset_TexCoord4f)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 4294 typedef void (GLAPIENTRYP _glptr_TexCoord4f)(GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat,GLfloat) 4297 static inline _glptr_TexCoord4f GET_TexCoord4f(struct _glapi_table *disp) { 4298 return (_glptr_TexCoord4f) (GET_by_offset(disp, _gloffset_TexCoord4f)); [all...] |
Completed in 283 milliseconds